]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/Test/engineTest.hxx
Salome HOME
Algorithm of level of parallelism has been extended to more complex cases.
[modules/yacs.git] / src / engine / Test / engineTest.hxx
index b29b43d927ab83b54bb14d13a6f4381c7654c012..9bc72caaf9c3e6ffffc121fd72ef90ec9b207123 100644 (file)
@@ -64,6 +64,7 @@ namespace YACS
     CPPUNIT_TEST(checkGraphAnalyser2);
     CPPUNIT_TEST(checkGraphAnalyser3);
     CPPUNIT_TEST(checkGraphAnalyser4);
+    CPPUNIT_TEST(checkGraphAnalyser5);
     CPPUNIT_TEST_SUITE_END();
       
   public:
@@ -103,6 +104,7 @@ namespace YACS
     void checkGraphAnalyser2();
     void checkGraphAnalyser3();
     void checkGraphAnalyser4();
+    void checkGraphAnalyser5();
   protected:
     static std::map<std::string, YACS::ENGINE::Node*> _nodeMap; 
     static std::map<std::string, YACS::ENGINE::ComposedNode*> _compoMap;