- Timestamp:
- 10 Dec 2011, 06:15:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/tests/test_accesscode.py
r7195 r7321 29 29 from zope.testing import renormalizing 30 30 from waeup.sirp.app import University 31 from waeup.sirp.interfaces import IObjectHistory, I WAeUPSIRPPluggable31 from waeup.sirp.interfaces import IObjectHistory, ISIRPPluggable 32 32 from waeup.sirp.testing import ( 33 33 FunctionalLayer, FunctionalTestCase, setUp, tearDown, getRootFolder) … … 412 412 def test_iface(self): 413 413 plugin = AccessCodePlugin() 414 assert verifyObject(I WAeUPSIRPPluggable, plugin)415 assert verifyClass(I WAeUPSIRPPluggable, AccessCodePlugin)414 assert verifyObject(ISIRPPluggable, plugin) 415 assert verifyClass(ISIRPPluggable, AccessCodePlugin) 416 416 417 417 def test_update_w_ac_container(self):
Note: See TracChangeset for help on using the changeset viewer.