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