Salome HOME
tests configuration for Linux and YAMM
[modules/hydro.git] / src / HYDRO_tests / test_Overview.h
index 140663adaad139bbaedb5274b2bb8f334c3af4e8..2c76c4356cda2563ee775c92a63f9d7e7ba7229f 100644 (file)
@@ -33,6 +33,7 @@ class test_Overview : public CppUnit::TestFixture
   CPPUNIT_TEST( test_presentation );
   CPPUNIT_TEST( test_actions_in_main );
   CPPUNIT_TEST( test_actions_in_overview );
+  CPPUNIT_TEST( test_set_mainview_2_times );
   CPPUNIT_TEST_SUITE_END();
 
 public:
@@ -40,6 +41,7 @@ public:
   void test_presentation();
   void test_actions_in_main();
   void test_actions_in_overview();
+  void test_set_mainview_2_times();
 
 private:
   static HYDROGUI_Overview* overView();