Changeset 10530 for code/branches/core7/test/core/command
- Timestamp:
- Jun 6, 2015, 2:45:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/test/core/command/CommandTest.cc
r10405 r10530 140 140 virtual void SetUp() 141 141 { 142 ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances( );142 ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances(0); 143 143 Identifier::initConfigValues_s = false; // TODO: hack! 144 144 IdentifierManager::getInstance().createClassHierarchy(); … … 148 148 { 149 149 IdentifierManager::getInstance().destroyClassHierarchy(); 150 ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances( );150 ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances(0); 151 151 } 152 152 };
Note: See TracChangeset
for help on using the changeset viewer.