]> SALOME platform Git repositories - modules/shaper.git/blobdiff - test.squish/suite_ISSUES_SALOME/tst_679/test.py
Salome HOME
Fix SQUISH tests
[modules/shaper.git] / test.squish / suite_ISSUES_SALOME / tst_679 / test.py
index c038bd81011c67dbe1072a097593d1caab8cdfaa..1537b6df84e63b197c79eebe1735bf758f81da29 100644 (file)
@@ -20,8 +20,8 @@ def main():
     type(waitForObject(":Point.x_ModuleBase_ParamSpinBox"), "b")
 
     waitFor("object.exists(':Point_QFrame')", 20000)
-    test.compare(str(findObject(":Point_QFrame").toolTip), "Attribute \"x\" invalidated by \"Model_AttributeValidator\" with error: name 'b' is not defined")
+    test.compare(str(findObject(":Point_QFrame").toolTip), "x - Model_AttributeValidator: name 'b' is not defined")
     waitFor("object.exists(':Point.x_ModuleBase_ParamSpinBox')", 20000)
-    test.compare(str(findObject(":Point.x_ModuleBase_ParamSpinBox").toolTip), "X coordinate\nErrors:\nAttribute \"x\" invalidated by \"Model_AttributeValidator\" with error: name 'b' is not defined")
+    test.compare(str(findObject(":Point.x_ModuleBase_ParamSpinBox").toolTip), "X coordinate\nErrors:\nx - Model_AttributeValidator: name 'b' is not defined")
 
     close_application()