]> SALOME platform Git repositories - modules/hydro.git/blobdiff - src/HYDRO_tests/test_HYDROData_Main.cxx
Salome HOME
HYDRO_tests reference data on install directory
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_Main.cxx
index 7382740c31ce9975aa9747a43fe9c7ca1349dc0c..4c6741aa320793c2086c21e830bb1d244f0ebc43 100644 (file)
@@ -65,8 +65,8 @@ int main( int argc, char* argv[] )
     CppUnit::TestFactoryRegistry::getRegistry();
   // Add the top suite to the test runner
   TestLib_Runner runner;
-  QString aPath = qgetenv( "HYDRO_SRC_DIR" ) + "/src/tests.cfg";
-  runner.Load( aPath.toStdString() );
+  //QString aPath = qgetenv( "HYDRO_SRC_DIR" ) + "/src/tests.cfg";
+  //runner.Load( aPath.toStdString() );
   runner.addTest( registry.makeTest() );   
   try
   {