Salome HOME
Update of the test due to the previous commit
authormpv <mpv@opencascade.com>
Mon, 24 Dec 2018 15:00:04 +0000 (18:00 +0300)
committermpv <mpv@opencascade.com>
Mon, 24 Dec 2018 15:00:04 +0000 (18:00 +0300)
src/ModelAPI/Test/TestGeomNamingBoxWithFillet.py

index 515732d8ef2774456df7013733e65928da062c93..f8dc9c07f9a875a6117361ad80aa065a10701c85 100644 (file)
@@ -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())