- Timestamp:
- Apr 26, 2015, 8:49:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/test/core/class/IdentifierExternalClassHierarchyTest.cc
r10403 r10405 50 50 { 51 51 ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances(); 52 ModuleInstance::setCurrentModuleInstance(new ModuleInstance()); // overwrite ModuleInstance because the old one is now loaded and shouln't be used anymore. TODO: better solution?53 52 Identifier::initConfigValues_s = false; // TODO: hack! 54 53 IdentifierManager::getInstance().createClassHierarchy(); … … 58 57 { 59 58 IdentifierManager::getInstance().destroyClassHierarchy(); 59 ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances(); 60 60 } 61 61 };
Note: See TracChangeset
for help on using the changeset viewer.