- Timestamp:
- Jun 6, 2015, 2:45:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/test/core/object/ClassFactoryTest.cc
r10481 r10530 16 16 { 17 17 Context::setRootContext(new Context(NULL)); 18 ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances( );18 ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances(0); 19 19 } 20 20 21 21 virtual void TearDown() 22 22 { 23 ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances( );23 ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances(0); 24 24 Context::setRootContext(NULL); 25 25 }
Note: See TracChangeset
for help on using the changeset viewer.