Salome HOME
debug of tests for DTM
[modules/hydro.git] / src / HYDROData / test_HYDROData_PolylineXY.cxx
index 6c019831e3ef79ecf90fb04de9cd773fb4f76017..99b61069f176803719f92e44a540f220e17fd2ff 100644 (file)
@@ -66,7 +66,7 @@ void test_HYDROData_PolylineXY::testCopy()
   Handle(HYDROData_PolylineXY) aPolyline2 = 
     Handle(HYDROData_PolylineXY)::DownCast(aDoc->CreateObject(KIND_POLYLINEXY));
 
-  aPolyline1->CopyTo(aPolyline2);
+  aPolyline1->CopyTo(aPolyline2, true);
 
 
   aDoc->Close();