Changeset 3120 in products for quintagroup.plonecomments/trunk/quintagroup/plonecomments/tests/helperNotify.py
- Timestamp:
- Apr 14, 2011 6:31:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.plonecomments/trunk/quintagroup/plonecomments/tests/helperNotify.py
r3119 r3120 3 3 ######################################################### 4 4 5 ALL_PROPS = ['enable_approve_user_notification', 'enable_reply_user_notification', 6 'enable_rejected_user_notification','enable_moderation', 7 'require_email', 'enable_anonymous_commenting', 8 'enable_published_notification', 'enable_approve_notification'] 5 ALL_PROPS = [ 6 'enable_approve_user_notification', 'enable_reply_user_notification', 7 'enable_rejected_user_notification', 'enable_moderation', 'require_email', 8 'enable_anonymous_commenting', 'enable_published_notification', 9 'enable_approve_notification', 10 ] 11 9 12 10 13 def setProperties(prop_sheet, *props): 11 14 for p in ALL_PROPS: 12 15 prop_sheet._updateProperty(p, p in props) 16 13 17 14 18 def testMailExistance(sel):
Note: See TracChangeset
for help on using the changeset viewer.