Changeset 11071 for code/trunk/test/core/singleton
- Timestamp:
- Jan 17, 2016, 10:29:21 PM (9 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/test/core/singleton/ScopeTest.cc
r10544 r11071 26 26 { 27 27 public: 28 virtual void SetUp() 28 virtual void SetUp() override 29 29 { 30 30 new IdentifierManager(); … … 32 32 ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances(StaticInitialization::IDENTIFIER); 33 33 ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances(StaticInitialization::SCOPED_SINGLETON_WRAPPER); 34 Context::setRootContext(new Context( NULL));34 Context::setRootContext(new Context(nullptr)); 35 35 } 36 36 37 virtual void TearDown() 37 virtual void TearDown() override 38 38 { 39 39 Context::destroyRootContext();
Note: See TracChangeset
for help on using the changeset viewer.