Changeset 7819 for main/waeup.kofa/trunk/src/waeup/kofa/accesscodes/tests
- Timestamp:
- 8 Mar 2012, 22:28:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/accesscodes/tests/test_accesscode.py
r7811 r7819 29 29 from zope.testing import renormalizing 30 30 from waeup.kofa.app import University 31 from waeup.kofa.interfaces import IObjectHistory, IK OFAPluggable31 from waeup.kofa.interfaces import IObjectHistory, IKofaPluggable 32 32 from waeup.kofa.testing import ( 33 33 FunctionalLayer, FunctionalTestCase, setUp, tearDown, getRootFolder) … … 412 412 def test_iface(self): 413 413 plugin = AccessCodePlugin() 414 assert verifyObject(IK OFAPluggable, plugin)415 assert verifyClass(IK OFAPluggable, AccessCodePlugin)414 assert verifyObject(IKofaPluggable, plugin) 415 assert verifyClass(IKofaPluggable, AccessCodePlugin) 416 416 417 417 def test_update_w_ac_container(self):
Note: See TracChangeset for help on using the changeset viewer.