Salome HOME
Ooops.
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 19 Oct 2015 11:32:50 +0000 (13:32 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 19 Oct 2015 11:32:50 +0000 (13:32 +0200)
src/engine/Test/engineTest.hxx

index e51f30000ba45a8705bb81bc26fd8917a14086b7..bd5cbca3a31c85abfe72a51fdcff9dbb79ff34f6 100644 (file)
@@ -63,6 +63,7 @@ namespace YACS
     CPPUNIT_TEST(checkGraphAnalyser1);
     CPPUNIT_TEST(checkGraphAnalyser2);
     CPPUNIT_TEST(checkGraphAnalyser3);
+    CPPUNIT_TEST(checkGraphAnalyser4);
     CPPUNIT_TEST_SUITE_END();
       
   public:
@@ -101,6 +102,7 @@ namespace YACS
     void checkGraphAnalyser1();
     void checkGraphAnalyser2();
     void checkGraphAnalyser3();
+    void checkGraphAnalyser4();
   protected:
     static std::map<std::string, YACS::ENGINE::Node*> _nodeMap; 
     static std::map<std::string, YACS::ENGINE::ComposedNode*> _compoMap;