Ignore:
Timestamp:
Jul 6, 2010 9:45:18 AM (14 years ago)
Author:
mylan
Message:

Fixed action icon uninstallation (removed by QI)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.gauth/trunk/quintagroup/gauth/tests.py

    r2624 r2625  
    114114    def testActionIcons(self): 
    115115        ait = self.portal.portal_actionicons 
    116         self.assertRaises(KeyError, ait.getActionInfo, 
    117             ait, "controlpanel", "quintagroup.gauth") 
     116        ai = ait.queryActionInfo("controlpanel", "quintagroup.gauth", default=None) 
     117        self.assert_(ai == None) 
    118118 
    119119 
Note: See TracChangeset for help on using the changeset viewer.