Index: tst_Treatment_BloodFlowRate/test.py =================================================================== diff -u -r929c42f19c662c57ae264d200658fb1690353008 -ra1bf6e9dc0dacf5aee003365d3472e43075d00a7 --- tst_Treatment_BloodFlowRate/test.py (.../test.py) (revision 929c42f19c662c57ae264d200658fb1690353008) +++ tst_Treatment_BloodFlowRate/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() @@ -36,3 +38,4 @@ denaliMessages.setTreatmentBloodFlowRate(175, 1, 1, 1, 1, 1, 1) test.compare(str(waitForObjectExists(names.o_treatmentStart_flowsTouchArea_TreatmentFlows).bloodFlowSetPoint), "175") + utils.tstDone() \ No newline at end of file