- Timestamp:
- Apr 26, 2015, 8:49:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/test/core/class/SubclassIdentifierTest.cc
r10403 r10405 32 32 { 33 33 ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances(); 34 ModuleInstance::setCurrentModuleInstance(new ModuleInstance()); // overwrite ModuleInstance because the old one is now loaded and shouln't be used anymore. TODO: better solution?35 34 Identifier::initConfigValues_s = false; // TODO: hack! 36 35 IdentifierManager::getInstance().createClassHierarchy(); … … 44 43 45 44 IdentifierManager::getInstance().destroyClassHierarchy(); 45 ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances(); 46 46 } 47 47 };
Note: See TracChangeset
for help on using the changeset viewer.