X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test.squish%2Fsuite_ISSUES%2Ftst_DISTANCE%2Ftest.py;h=7e4ecaa96227b631283cda3c4be85a7859ce9fc9;hb=e12e57a42310ed9529086a7e8ff028285b2a34c1;hp=413377a5fb0338447cc901b4f0dc79bf75e19453;hpb=21434382dcbfd1efe7f73dae3038065832fe34a3;p=modules%2Fshaper.git diff --git a/test.squish/suite_ISSUES/tst_DISTANCE/test.py b/test.squish/suite_ISSUES/tst_DISTANCE/test.py index 413377a5f..7e4ecaa96 100644 --- a/test.squish/suite_ISSUES/tst_DISTANCE/test.py +++ b/test.squish/suite_ISSUES/tst_DISTANCE/test.py @@ -2,10 +2,10 @@ def sketch(): line_create((0, 0), (100, 0)) point_create((50, 50)) - point_1 = (536, 273) # point - point_2 = (543, 299) # line - annotaion_point = (392, 291) - distance_create(point_1,point_2, annotaion_point, 100) + point_1 = (412, 293) # point + point_2 = (412, 324) # line + annotaion_point = (262, 319) + distance_create(point_1, point_2, annotaion_point, 100) mouseClick(waitForObject(":OpenParts*_AppElements_ViewPort"), annotaion_point[0], annotaion_point[1], 0, Qt.LeftButton) waitFor("object.exists(':Distance.First object_QLineEdit')", 20000) @@ -18,7 +18,7 @@ def sketch(): def main(): source(findFile("scripts", "common.py")) - startApplication("GeomApp") + startApplication("linux_run.sh") + set_defaults() - point = (446, 297) # one of the construction planes - sketch_create(point, lambda: sketch()) + sketch_create(help_points("XY_plane"), lambda: sketch())