Changeset 2624 in products for quintagroup.gauth/trunk


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

Fixed actionicons test

File:
1 edited

Legend:

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

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