From e94dadfa183c230f7fe1f34d53c468199386192c Mon Sep 17 00:00:00 2001 From: dbv Date: Wed, 8 Feb 2017 15:39:51 +0300 Subject: [PATCH] Updated bobine_film_reel.py test and added new model test. --- test.models/bobine_film_reel.py | 2 ++ 1 file changed, 2 insertions(+) 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()) -- 2.39.2