- Timestamp:
- Aug 14, 2013, 6:42:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/test/core/class/SubclassIdentifierTest.cc
r9647 r9649 32 32 33 33 IdentifierManager::getInstance().createClassHierarchy(); 34 35 Context::setRootContext(new Context(NULL)); 34 36 } 35 37 36 38 virtual void TearDown() 37 39 { 40 Context::setRootContext(NULL); 41 38 42 IdentifierManager::getInstance().destroyAllIdentifiers(); 39 43 }
Note: See TracChangeset
for help on using the changeset viewer.