From: mpv Date: Mon, 24 Dec 2018 15:00:04 +0000 (+0300) Subject: Update of the test due to the previous commit X-Git-Tag: End2018~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=959c8550a8b9ba4c0749832a45d2daea2a68510b;p=modules%2Fshaper.git Update of the test due to the previous commit --- diff --git a/src/ModelAPI/Test/TestGeomNamingBoxWithFillet.py b/src/ModelAPI/Test/TestGeomNamingBoxWithFillet.py index 515732d8e..f8dc9c07f 100644 --- a/src/ModelAPI/Test/TestGeomNamingBoxWithFillet.py +++ b/src/ModelAPI/Test/TestGeomNamingBoxWithFillet.py @@ -81,11 +81,6 @@ param_p.setValue(30); from ModelAPI import * aFactory = ModelAPI_Session.get().validators() assert(aFactory.validate(Fillet_1.feature())) -model.do() -# set the value back and check again -param_p.setValue(5); -aFactory = ModelAPI_Session.get().validators() -assert(aFactory.validate(Fillet_1.feature())) model.end() assert(model.checkPythonDump())