X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildPlugin%2FTest%2FTestFace_WholeSketch_1.py;h=8b1ad6bb48eea9ae946e105b5121e0c59ba9d4ac;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=713ccb287dafa33133d1eea9767619be1f7a6f76;hpb=d3513754be0a59693b5f0e84ee8b866436887500;p=modules%2Fshaper.git diff --git a/src/BuildPlugin/Test/TestFace_WholeSketch_1.py b/src/BuildPlugin/Test/TestFace_WholeSketch_1.py index 713ccb287..8b1ad6bb4 100644 --- a/src/BuildPlugin/Test/TestFace_WholeSketch_1.py +++ b/src/BuildPlugin/Test/TestFace_WholeSketch_1.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019 CEA/DEN, EDF R&D +# Copyright (C) 2019-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 @@ -44,6 +44,6 @@ model.testNbResults(Face_1, 1) model.testNbSubShapes(Face_1, GeomAPI_Shape.FACE, [1]) model.testNbSubShapes(Face_1, GeomAPI_Shape.EDGE, [3]) model.testNbSubShapes(Face_1, GeomAPI_Shape.VERTEX, [6]) -model.testResultsVolumes(Face_1, [441.0539215686274]) +model.testResultsAreas(Face_1, [441.0539215686274]) assert(model.checkPythonDump())