Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2015, 9:40:11 PM (9 years ago)
Author:
landauf
Message:

StaticallyInitializedIdentifier is now responsible to register and unregister the assigned identifier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/test/core/object/ObjectListIteratorTest.cc

    r10395 r10481  
    55#include "core/object/Listable.h"
    66#include "core/CoreIncludes.h"
     7#include "core/module/ModuleInstance.h"
    78
    89namespace orxonox
     
    2627                {
    2728                    Context::setRootContext(new Context(NULL));
     29                    ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances();
    2830                }
    2931
    3032                virtual void TearDown()
    3133                {
     34                    ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances();
    3235                    Context::setRootContext(NULL);
    3336                }
Note: See TracChangeset for help on using the changeset viewer.