]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/BuildPlugin/Test/Test2409.py
Salome HOME
Improve GeomAlgoAPI_ShapeTools::volume() method to return the volume of the shape...
[modules/shaper.git] / src / BuildPlugin / Test / Test2409.py
index 52679f4347015f22f11cde9ce8a051bcf218ad19..15c7d1e22f830afd834461c3e9f633d194fc2c1e 100644 (file)
@@ -56,7 +56,7 @@ assert(Filling_1.feature().error() == "")
 from GeomAPI import GeomAPI_Shape
 model.testNbResults(Filling_1, 1)
 model.testNbSubShapes(Filling_1, GeomAPI_Shape.FACE, [1])
-model.testResultsVolumes(Filling_1, [3500])
+model.testResultsAreas(Filling_1, [3500])
 
 model.end()