X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test.hdfs%2FBearingSeparator.py;fp=test.hdfs%2FBearingSeparator.py;h=761590e062bde35c9db3adca62b7b22b3431f587;hb=71e8d4816ea8ce20dda49fde68b137fcc7f6f47d;hp=f41b0a15c2677d2373be090c0e2c8a97578a66a0;hpb=73289b8a675e099df20894b0a07064ac7552e799;p=modules%2Fshaper.git diff --git a/test.hdfs/BearingSeparator.py b/test.hdfs/BearingSeparator.py index f41b0a15c..761590e06 100644 --- a/test.hdfs/BearingSeparator.py +++ b/test.hdfs/BearingSeparator.py @@ -25,7 +25,8 @@ if __name__ == "__main__": model.testNbSubShapes(aPartFeature, GeomAPI_Shape.FACE, [115]) model.testNbSubShapes(aPartFeature, GeomAPI_Shape.EDGE, [890]) model.testNbSubShapes(aPartFeature, GeomAPI_Shape.VERTEX, [1780]) - model.testResultsVolumes(aPartFeature, [1311.87963636394]) + model.testResultsVolumes(aPartFeature, [1311.87963636394], 6) model.testResultsAreas(aPartFeature, [3765.24411189]) - assert(model.checkPythonDump()) +from ModelHighAPI import CHECK_NAMING +assert(model.checkPythonDump(CHECK_NAMING))