Changeset 10356
- Timestamp:
- Apr 11, 2015, 11:21:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/test/core/command/CommandTest.cc
r10347 r10356 3 3 #include "core/command/CommandExecutor.h" 4 4 #include "core/object/Destroyable.h" 5 #include "core/module/ModuleInstance.h" 5 6 6 7 namespace orxonox … … 141 142 TEST(CommandTest, ModuleTest) 142 143 { 144 ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances(); 145 143 146 test(0, 0, 0); 144 147 CommandExecutor::execute("test 0", false);
Note: See TracChangeset
for help on using the changeset viewer.