Changeset 9289 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 4 Oct 2012, 10:38:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/testing.py
r8186 r9289 211 211 shutil.rmtree(path) 212 212 gsm = getGlobalSiteManager() 213 gsm.unregisterUtility(conf )213 gsm.unregisterUtility(conf, IDataCenterConfig) 214 214 return 215 215 … … 258 258 @classmethod 259 259 def tearDown(cls): 260 teardown_datacenter_conf() 260 261 cleanUpZope(None) 261 teardown_datacenter_conf()262 262 return 263 263
Note: See TracChangeset for help on using the changeset viewer.