Salome HOME
still more HYDRO tests corrections
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_LandCoverMap.cxx
index 94b63b91910ee6dc19432b2ef43b823271260b83..76f6a7f5ee8e60337ff6469778db006fe9124d84 100644 (file)
@@ -148,7 +148,7 @@ void test_HYDROData_LandCoverMap::test_incomplete_split()
   TopoDS_Wire aWire = Wire( QList<double>() << 10 << 40 << 30 << 10 << 40 << 10, false );
   aPolyline->SetShape( aWire );
 
-  CPPUNIT_ASSERT_EQUAL( true, aMap->Split( aPolyline ) );
+  CPPUNIT_ASSERT_EQUAL( false, aMap->Split( aPolyline ) );
 
   TestViewer::show( aMap->GetShape(), AIS_Shaded, true, "LandCoverMap_Split_2" );
   TestViewer::show( aWire, 0, true, Qt::green );