]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
debug of automatic tests on Linux v2.1
authorasl <asl@opencascade.com>
Mon, 20 Nov 2017 08:46:30 +0000 (11:46 +0300)
committerasl <asl@opencascade.com>
Mon, 20 Nov 2017 08:46:30 +0000 (11:46 +0300)
src/HYDRO_tests/test_HYDROData_LandCoverMap.cxx

index 2355a21a091fbf0e5b30da71665f975e4f6be1e8..c9bc0abc04dd20aa882e73061e5ac1aad88388d6 100644 (file)
@@ -1109,11 +1109,7 @@ void test_HYDROData_LandCoverMap::test_export_telemac()
   CPPUNIT_ASSERT_EQUAL( true, aMap->LocalPartition( aLC3, type9 ) );
 
   QString aTmpFileName = "test.telemac";
-#ifdef WIN32
   QString aTmpPath = TMP_DIR + "/" + aTmpFileName;
-#else
-  QString aTmpPath = TMP_DIR + "/hydro/" + aTmpFileName;
-#endif
   QString messStat;
   CPPUNIT_ASSERT_EQUAL( true, aMap->ExportTelemac( aTmpPath, 1E-4, aTable, messStat ) );
   CPPUNIT_ASSERT_SCRIPTS_EQUAL( aTmpFileName, true, true, 0 );