X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildPlugin%2FTest%2FTest20513_1.py;h=a730b22a035ec187c4c4668c267f5536f1f06244;hb=77ce6d35ac8d2f0fdaecb4f23e0870bf74e36103;hp=11192d91db49ed3ec212e675121144d4930ead30;hpb=e6ddc73835ee1ca0e525935ca43277a9fbe88521;p=modules%2Fshaper.git diff --git a/src/BuildPlugin/Test/Test20513_1.py b/src/BuildPlugin/Test/Test20513_1.py index 11192d91d..a730b22a0 100644 --- a/src/BuildPlugin/Test/Test20513_1.py +++ b/src/BuildPlugin/Test/Test20513_1.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 CEA/DEN, EDF R&D +# Copyright (C) 2020-2024 CEA, EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -92,6 +92,6 @@ model.testNbSubShapes(Filling_1, GeomAPI_Shape.SOLID, [0]) model.testNbSubShapes(Filling_1, GeomAPI_Shape.FACE, [1]) model.testNbSubShapes(Filling_1, GeomAPI_Shape.EDGE, [4]) model.testNbSubShapes(Filling_1, GeomAPI_Shape.VERTEX, [8]) -model.testResultsVolumes(Filling_1, [1872.0403629667237]) +model.testResultsAreas(Filling_1, [1872.0403629667237]) assert(model.checkPythonDump())