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/IteratorTest.cc

    r10395 r10481  
    66#include "core/class/OrxonoxInterface.h"
    77#include "core/CoreIncludes.h"
     8#include "core/module/ModuleInstance.h"
    89
    910namespace orxonox
     
    3435                {
    3536                    Context::setRootContext(new Context(NULL));
     37                    ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances();
    3638                }
    3739
    3840                virtual void TearDown()
    3941                {
     42                    ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances();
    4043                    Context::setRootContext(NULL);
    4144                }
Note: See TracChangeset for help on using the changeset viewer.