Salome HOME
merge BR_v14_rc
[modules/hydro.git] / src / HYDROData / test_HYDROData_Bathymetry.cxx
index dbc229fd9464ea2f7ca9c83400246426acb0c582..e3b2509a4ec903299251ce162cf76151133e039e 100755 (executable)
@@ -185,7 +185,7 @@ void test_HYDROData_Bathymetry::testCopy()
   Handle(HYDROData_Bathymetry) aBathymetry2 = 
     Handle(HYDROData_Bathymetry)::DownCast( aDoc->CreateObject( KIND_BATHYMETRY ) );
 
-  aBathymetry1->CopyTo( aBathymetry2 );
+  aBathymetry1->CopyTo( aBathymetry2, true );
 
   if ( anIsFileCreated )
   {