Changeset 10407 for code/branches/core7/test/core
- Timestamp:
- Apr 27, 2015, 11:08:26 PM (10 years ago)
- Location:
- code/branches/core7/test/core
- Files:
-
- 1 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/test/core/CMakeLists.txt
r10363 r10407 28 28 object/SmartPtrTest.cc 29 29 object/WeakPtrTest.cc 30 singleton/ScopeTest.cc 30 31 ) 31 32 ADD_DEPENDENCIES(all_tests core_test) -
code/branches/core7/test/core/singleton/ScopeTest.cc
r10406 r10407 1 1 #include <gtest/gtest.h> 2 #include " util/ScopedSingletonManager.h"2 #include "core/singleton/ScopedSingletonManager.h" 3 3 4 4 namespace orxonox … … 43 43 } 44 44 45 TEST( Scope, RootAndGraphicsScope)45 TEST(DISABLED_Scope, RootAndGraphicsScope) 46 46 { 47 47 EXPECT_FALSE(Scope<ScopeID::Graphics>::isActive()); … … 68 68 } 69 69 70 TEST( Scope, RootAndGraphicsSingleton)70 TEST(DISABLED_Scope, RootAndGraphicsSingleton) 71 71 { 72 72 EXPECT_FALSE(TestSingletonGraphics::exists());
Note: See TracChangeset
for help on using the changeset viewer.