-AUT=
-CWD=<CWD_of_Server>
+AUT=linux_run.sh
+CWD=<AUT_path>
ENVVARS=envvars
HOOK_SUB_PROCESSES=true
IMPLICITAUTSTART=0
activateItem(waitForObjectItem(":_QMenu", "Delete"))
waitFor("object.exists(':Delete features.Label_QLabel')", 20000)
- test.compare(str(findObject(":Delete features.Label_QLabel").text), "Selected features are used in the following features: SketchLine_1.These features will be deleted.\nAlso these features will be deleted: Sketch_1.\nWould you like to continue?")
+ test.compare(str(findObject(":Delete features.Label_QLabel").text), "Selected features are used in the following features: SketchLine_1. These features will be deleted.\nAlso these features will be deleted: Sketch_1.\nWould you like to continue?")
clickButton(waitForObject(":Delete features.Yes_QPushButton"))
def main():
source(findFile("scripts", "common.py"))
- startApplication("GeomApp")
+ startApplication("linux_run.sh")
set_defaults()
clickButton(waitForObject(":Operations.New part_AppElements_Button"))
radius_create((282, 203), (299, 177), 15)
radius_create((456, 174), (402, 157), 15)
radius_create((284, 454), (304, 438), 15)
- radius_create((483, 459), (472, 486), 15)
+ radius_create((467, 484), (472, 486), 15)
distance_create((269, 191), (463,198), (433, 101), 170)
distance_create((265, 463), (445, 404), (328, 545), 170)
def main():
source(findFile("scripts", "common.py"))
- startApplication("GeomApp")
+ startApplication("linux_run.sh")
set_defaults()
part_create()
openItemContextMenu(waitForObject(":Object browser_XGUI_DataTree"), "Parameters (1).aa = 4", 10, 10, 0)
activateItem(waitForObjectItem(":_QMenu", "Delete"))
waitFor("object.exists(':Delete features._QLabel')", 20000)
- test.compare(str(findObject(":Delete features._QLabel").text), "Selected features are used in the following features: bb.These features will be deleted.\nWould you like to continue?")
+ test.compare(str(findObject(":Delete features._QLabel").text), "Selected features are used in the following features: bb. These features will be deleted.\nWould you like to continue?")
clickButton(waitForObject(":Delete features.No_QPushButton"))
close_application()