Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10534 for code/branches


Ignore:
Timestamp:
Jun 6, 2015, 6:24:22 PM (9 years ago)
Author:
landauf
Message:

fix

Location:
code/branches/core7/test/core/class
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/test/core/class/IdentifiableTest.cc

    r10533 r10534  
    2222                virtual void SetUp()
    2323                {
    24                     ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances();
     24                    ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances(0);
    2525                }
    2626
    2727                virtual void TearDown()
    2828                {
    29                     ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances();
     29                    ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances(0);
    3030                }
    3131        };
  • code/branches/core7/test/core/class/IdentifierTest.cc

    r10533 r10534  
    2929                virtual void SetUp()
    3030                {
    31                     ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances();
     31                    ModuleInstance::getCurrentModuleInstance()->loadAllStaticallyInitializedInstances(0);
    3232                }
    3333
    3434                virtual void TearDown()
    3535                {
    36                     ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances();
     36                    ModuleInstance::getCurrentModuleInstance()->unloadAllStaticallyInitializedInstances(0);
    3737                }
    3838        };
Note: See TracChangeset for help on using the changeset viewer.