From 959c8550a8b9ba4c0749832a45d2daea2a68510b Mon Sep 17 00:00:00 2001 From: mpv Date: Mon, 24 Dec 2018 18:00:04 +0300 Subject: [PATCH] Update of the test due to the previous commit --- src/ModelAPI/Test/TestGeomNamingBoxWithFillet.py | 5 ----- 1 file changed, 5 deletions(-) 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()) -- 2.39.2