]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/Test/Test19019_1.py
Salome HOME
Copyright update 2022
[modules/shaper.git] / src / ModelAPI / Test / Test19019_1.py
index a04a4cb263b103d898f07d8455c49dfebf934639..86da60f19b4a7ddf069998b3a13f2c10764bc5bc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2020  CEA/DEN, EDF R&D
+# Copyright (C) 2020-2022  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -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())