Index: tst_Treatment_DialysateFlowRate/test.py =================================================================== diff -u -rc1b9d926e38745dcd9fb3e0503176b1c85182294 -ra1bf6e9dc0dacf5aee003365d3472e43075d00a7 --- tst_Treatment_DialysateFlowRate/test.py (.../test.py) (revision c1b9d926e38745dcd9fb3e0503176b1c85182294) +++ tst_Treatment_DialysateFlowRate/test.py (.../test.py) (revision a1bf6e9dc0dacf5aee003365d3472e43075d00a7) @@ -21,6 +21,8 @@ test.compare(waitForObjectExists(names.o_treatmentStart_flowsTouchArea_TreatmentFlows).visible, True) def main(): + utils.tstStart() + startApplication("denaliSquish") gotoScreenNtest_Contains_FlowsSection() @@ -46,3 +48,4 @@ denaliMessages.setTreatmentDialysateFlowRate(155, 1.55, 1.55, 1.55, 1.55, 1.55, 1.55) test.compare(str(waitForObjectExists(names.o_treatmentStart_flowsTouchArea_TreatmentFlows).dialysateFlowSetPoint), "155") + utils.tstDone() \ No newline at end of file