Changeset 183

Show
Ignore:
Timestamp:
01/16/06 06:22:53
Author:
mylan
Message:

Added Commenting tests on all possible combinations of modes [Anonymous commenting, Moderation]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneComments/trunk/tests/testQPloneCommentsModeration.py

    r182 r183  
    7777            self.discussion.getDiscussionFor(doc_obj) 
    7878            doc_obj.discussion_reply('A Reply for %s' % doc_id,'text of reply for %s' % doc_id) 
    79  
    80  
     79     
    8180    ## TEST VIEWING 
    8281 
     
    219218            else: 
    220219                self.assert_(not m, "%s - user without Manager role CAN VIEW Delete reply button on document view form" % u) 
    221  
     220     
    222221 
    223222    def testDeleting(self):