Changeset 183
- Timestamp:
- 01/16/06 06:22:53
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneComments/trunk/tests/testQPloneCommentsModeration.py
r182 r183 77 77 self.discussion.getDiscussionFor(doc_obj) 78 78 doc_obj.discussion_reply('A Reply for %s' % doc_id,'text of reply for %s' % doc_id) 79 80 79 81 80 ## TEST VIEWING 82 81 … … 219 218 else: 220 219 self.assert_(not m, "%s - user without Manager role CAN VIEW Delete reply button on document view form" % u) 221 220 222 221 223 222 def testDeleting(self):
