Changeset 10400 for code/branches/core7/test/core/command
- Timestamp:
- Apr 26, 2015, 3:22:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/test/core/command/CommandTest.cc
r10356 r10400 1 1 #include <gtest/gtest.h> 2 #include "core/class/Identifier.h" 3 #include "core/class/IdentifierManager.h" 2 4 #include "core/command/ConsoleCommandIncludes.h" 3 5 #include "core/command/CommandExecutor.h" … … 143 145 { 144 146 ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances(); 147 Identifier::initConfigValues_s = false; // TODO: hack! 148 IdentifierManager::getInstance().createClassHierarchy(); 145 149 146 150 test(0, 0, 0);
Note: See TracChangeset
for help on using the changeset viewer.