X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildPlugin%2FTest%2FTest2409.py;h=06db5cbfb7850181811d0259e4ba936faa9a6549;hb=refs%2Fheads%2FV9_11_BR;hp=e8cb085548dc2abd60beb3d326eea8efdfc71b15;hpb=c4eab94a20a0d93100549a210582d46409fec1cc;p=modules%2Fshaper.git diff --git a/src/BuildPlugin/Test/Test2409.py b/src/BuildPlugin/Test/Test2409.py index e8cb08554..06db5cbfb 100644 --- a/src/BuildPlugin/Test/Test2409.py +++ b/src/BuildPlugin/Test/Test2409.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2019 CEA/DEN, EDF R&D +# Copyright (C) 2018-2023 CEA, EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -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()