From: azv Date: Thu, 20 Feb 2020 07:40:56 +0000 (+0300) Subject: Fix misprint X-Git-Tag: V9_5_0a1~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=73e8e6bbc696e92e0c13fdcb2f9668ccbecdf8be;p=modules%2Fshaper.git Fix misprint --- diff --git a/src/FeaturesPlugin/Test/Test2918.py b/src/FeaturesPlugin/Test/Test2918.py index 58f68cda4..530acf280 100644 --- a/src/FeaturesPlugin/Test/Test2918.py +++ b/src/FeaturesPlugin/Test/Test2918.py @@ -323,6 +323,6 @@ model.testNbSubShapes(FusionFaces_1, GeomAPI_Shape.SOLID, [1]) model.testNbSubShapes(FusionFaces_1, GeomAPI_Shape.FACE, [47]) model.testNbSubShapes(FusionFaces_1, GeomAPI_Shape.EDGE, [202]) model.testNbSubShapes(FusionFaces_1, GeomAPI_Shape.VERTEX, [404]) -model.testResultsVolumes(FusionFaces_1, [612.7268292882] +model.testResultsVolumes(FusionFaces_1, [612.7268292882]) assert(model.checkPythonDump()) \ No newline at end of file