Changeset 2244 in products


Ignore:
Timestamp:
Apr 30, 2010 11:19:14 AM (14 years ago)
Author:
mylan
Message:

Clarify exception comment for test uninstallation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/tests/testInstallation.py

    r2201 r2244  
    139139        action_ids = [a.id for a in atool.listActions()] 
    140140        self.assertEqual("SEOProperties" in action_ids, False, 
    141             "Not added 'SEOProperties' action") 
     141            "'SEOProperties' action not removed from portal_actions " \ 
     142            "on uninstallation") 
    142143 
    143144class TestReinstallation(TestCase): 
Note: See TracChangeset for help on using the changeset viewer.