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