Salome HOME
debug of DTM object
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_LandCoverMap.cxx
index 698ea3193fcf465b12081692f8bde642301b5687..895a52b601a3cc7bd619854a5a3cd6ab4c55ab03 100644 (file)
@@ -934,7 +934,7 @@ void test_HYDROData_LandCoverMap::test_shp_loop_back()
     //export lcm
     HYDROData_ShapeFile anExporter;
     QStringList aNonExpList;
-    anExporter.Export(aSFileName, LCM, aNonExpList);
+    anExporter.Export(aDoc, aSFileName, LCM, aNonExpList);
     CPPUNIT_ASSERT (aNonExpList.empty());
 
     aDoc->Close();