Changeset 626

Show
Ignore:
Timestamp:
11/16/06 05:49:07
Author:
crchemist
Message:

Modified tests.

Files:

Legend:

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

    r625 r626  
    105105         
    106106        portal_properties = getToolByName(self.portal, 'portal_properties') 
    107         self.assert_(not PROPERTY_SHEET in portal_properties.objectIds(), \ 
    108                      'qPloneComments property_sheet found in portal_properties after uninstallation') 
     107        self.assert_(PROPERTY_SHEET in portal_properties.objectIds(), \ 
     108                     'qPloneComments property_sheet not found in portal_properties after uninstallation') 
    109109     
    110110    def test_permission_added(self):