Index: tst_Treatment_Adjustment_BloodDialysate/test.py =================================================================== diff -u -r929c42f19c662c57ae264d200658fb1690353008 -rc1b9d926e38745dcd9fb3e0503176b1c85182294 --- tst_Treatment_Adjustment_BloodDialysate/test.py (.../test.py) (revision 929c42f19c662c57ae264d200658fb1690353008) +++ tst_Treatment_Adjustment_BloodDialysate/test.py (.../test.py) (revision c1b9d926e38745dcd9fb3e0503176b1c85182294) @@ -30,8 +30,8 @@ gotoScreenNtest_Contains_FlowsSection() utils.waitForGUI(1) - denaliMessages.setTreatmentBloodFlowRate(175) - denaliMessages.setTreatmentDialysateFlowRate(250) + denaliMessages.setTreatmentBloodFlowRate(175, 0, 0, 0, 0, 0, 0) + denaliMessages.setTreatmentDialysateFlowRate(250, 1, 1, 1, 1, 1, 1) gotoScreenNTest_Contains_Ranges() utils.waitForGUI(1) @@ -70,9 +70,8 @@ waitForObjectExists(names.o_bloodFlowSlider_Slider).value, waitForObjectExists(names.o_dialysateFlowSlider_Slider).value ) - denaliMessages.setTreatmentBloodFlowRate(225) - denaliMessages.setTreatmentDialysateFlowRate(200) + denaliMessages.setTreatmentBloodFlowRate(225, 1, 1, 1, 1, 1, 1) + denaliMessages.setTreatmentDialysateFlowRate(200, 0, 0, 0, 0, 0, 0) test.compare(str(waitForObjectExists(names.o_treatmentStart_225_Text).text), "225") test.compare(str(waitForObjectExists(names.o_treatmentStart_200_Text).text), "200") -