From: dbv Date: Wed, 8 Feb 2017 12:39:51 +0000 (+0300) Subject: Updated bobine_film_reel.py test and added new model test. X-Git-Tag: V_2.7.0~284^2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e94dadfa183c230f7fe1f34d53c468199386192c;p=modules%2Fshaper.git Updated bobine_film_reel.py test and added new model test. --- diff --git a/test.models/bobine_film_reel.py b/test.models/bobine_film_reel.py index 44c4f24f9..3c52a0085 100644 --- a/test.models/bobine_film_reel.py +++ b/test.models/bobine_film_reel.py @@ -118,3 +118,5 @@ model.testNbSubShapes(ExtrusionCut_3, GeomAPI_Shape.FACE, [50]) model.testNbSubShapes(ExtrusionCut_3, GeomAPI_Shape.EDGE, [300]) model.testNbSubShapes(ExtrusionCut_3, GeomAPI_Shape.VERTEX, [600]) model.testResultsVolumes(ExtrusionCut_3, [34439.077343526856566313654184341]) + +assert(model.checkPythonDump())