From: Anthony Geay Date: Fri, 1 Apr 2022 07:32:47 +0000 (+0200) Subject: Same as before for 2 last remaining tests : KERNEL_LifeCycleCORBA and KERNEL_NamingSe... X-Git-Tag: V9_9_0a2^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=da859d665721e9da61c1a4b9206e699e13dfcce1;p=modules%2Fkernel.git Same as before for 2 last remaining tests : KERNEL_LifeCycleCORBA and KERNEL_NamingService --- diff --git a/src/LifeCycleCORBA/Test/TestLifeCycleCORBA.cxx b/src/LifeCycleCORBA/Test/TestLifeCycleCORBA.cxx index 2e2dcb28b..2aa8c0fb7 100644 --- a/src/LifeCycleCORBA/Test/TestLifeCycleCORBA.cxx +++ b/src/LifeCycleCORBA/Test/TestLifeCycleCORBA.cxx @@ -30,12 +30,12 @@ // --- Registers the fixture into the 'registry' -CPPUNIT_TEST_SUITE_REGISTRATION( SALOMELocalTraceTest ); -CPPUNIT_TEST_SUITE_REGISTRATION( SALOMETraceCollectorTest ); -CPPUNIT_TEST_SUITE_REGISTRATION( UtilsTest ); -CPPUNIT_TEST_SUITE_REGISTRATION( NamingServiceTest ); -CPPUNIT_TEST_SUITE_REGISTRATION( LifeCycleCORBATest ); +CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( SALOMELocalTraceTest,"0" ); +CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( SALOMETraceCollectorTest,"1" ); +CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( UtilsTest,"2" ); +CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( NamingServiceTest,"3" ); +CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( LifeCycleCORBATest,"4" ); // --- generic Main program from Basic/Test -#include "BasicMainTest.hxx" +#include "BasicMainTestOrdered.hxx" diff --git a/src/NamingService/Test/TestNamingService.cxx b/src/NamingService/Test/TestNamingService.cxx index 260dc7665..0eac7fb79 100644 --- a/src/NamingService/Test/TestNamingService.cxx +++ b/src/NamingService/Test/TestNamingService.cxx @@ -29,11 +29,11 @@ // --- Registers the fixture into the 'registry' -CPPUNIT_TEST_SUITE_REGISTRATION( SALOMELocalTraceTest ); -CPPUNIT_TEST_SUITE_REGISTRATION( SALOMETraceCollectorTest ); -CPPUNIT_TEST_SUITE_REGISTRATION( UtilsTest ); -CPPUNIT_TEST_SUITE_REGISTRATION( NamingServiceTest ); +CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( SALOMELocalTraceTest,"0" ); +CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( SALOMETraceCollectorTest,"1" ); +CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( UtilsTest,"2" ); +CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( NamingServiceTest,"3" ); // --- generic Main program from Basic/Test -#include "BasicMainTest.hxx" +#include "BasicMainTestOrdered.hxx"