Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10356


Ignore:
Timestamp:
Apr 11, 2015, 11:21:56 PM (9 years ago)
Author:
landauf
Message:

fixed test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/test/core/command/CommandTest.cc

    r10347 r10356  
    33#include "core/command/CommandExecutor.h"
    44#include "core/object/Destroyable.h"
     5#include "core/module/ModuleInstance.h"
    56
    67namespace orxonox
     
    141142    TEST(CommandTest, ModuleTest)
    142143    {
     144        ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances();
     145
    143146        test(0, 0, 0);
    144147        CommandExecutor::execute("test 0", false);
Note: See TracChangeset for help on using the changeset viewer.