Index: tst_TreatmentStatesData/test.py =================================================================== diff -u -r0f715a819769807fe9ae6362e1906268a9c7a4b3 -re2b1198b35a5e13749755e0839255d13f746a7c9 --- tst_TreatmentStatesData/test.py (.../test.py) (revision 0f715a819769807fe9ae6362e1906268a9c7a4b3) +++ tst_TreatmentStatesData/test.py (.../test.py) (revision e2b1198b35a5e13749755e0839255d13f746a7c9) @@ -16,6 +16,7 @@ from dialin.squish import utils, denaliMessages from dialin.squish.denaliMessages import txStates + def gotoScreenNtest_Contains_TreatmentStatesData(): mouseClick(waitForObject(names.o_treatmentHome_startTreatment)) # default state of the in-treatment @@ -85,7 +86,7 @@ gotoScreenNtest_Contains_TreatmentStatesData() utils.waitForGUI(1) - + # start denaliMessages.setTreatmentStatesData(txStates.TREATMENT_DIALYSIS_STATE_NOT , txStates.UF_START_STATE , txStates.SALINE_BOLUS_STATE_IDLE ) test_values (txStates.TREATMENT_DIALYSIS_STATE_NOT , txStates.UF_START_STATE , txStates.SALINE_BOLUS_STATE_IDLE )