- Timestamp:
- Apr 26, 2015, 8:49:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/test/core/class/IdentifierClassHierarchyTest.cc
r10403 r10405 143 143 { 144 144 ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances(); 145 ModuleInstance::setCurrentModuleInstance(new ModuleInstance()); // overwrite ModuleInstance because the old one is now loaded and shouln't be used anymore. TODO: better solution?146 145 Identifier::initConfigValues_s = false; // TODO: hack! 147 146 IdentifierManager::getInstance().createClassHierarchy(); … … 151 150 { 152 151 IdentifierManager::getInstance().destroyClassHierarchy(); 152 ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances(); 153 153 } 154 154 };
Note: See TracChangeset
for help on using the changeset viewer.