]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/Test/Test19019_1.py
Salome HOME
Improve GeomAlgoAPI_ShapeTools::volume() method to return the volume of the shape...
[modules/shaper.git] / src / ModelAPI / Test / Test19019_1.py
index a04a4cb263b103d898f07d8455c49dfebf934639..f9da723e241d71460ddb467a52bc3df409cfaa99 100644 (file)
@@ -48,6 +48,6 @@ model.testNbSubShapes(Part_1, GeomAPI_Shape.SOLID, [0])
 model.testNbSubShapes(Part_1, GeomAPI_Shape.FACE, [1])
 model.testNbSubShapes(Part_1, GeomAPI_Shape.EDGE, [3])
 model.testNbSubShapes(Part_1, GeomAPI_Shape.VERTEX, [6])
-model.testResultsVolumes(Part_1, [3416.5596])
+model.testResultsAreas(Part_1, [3416.5596])
 
 assert(model.checkPythonDump())