Index: tst_Treatment_Adjustment_BloodDialysate/test.py =================================================================== diff -u -r867655840cada2d79fa5028c8fab68516ea59673 -rb4a285d31b57c278de779b2081eeffc74f256807 --- tst_Treatment_Adjustment_BloodDialysate/test.py (.../test.py) (revision 867655840cada2d79fa5028c8fab68516ea59673) +++ tst_Treatment_Adjustment_BloodDialysate/test.py (.../test.py) (revision b4a285d31b57c278de779b2081eeffc74f256807) @@ -42,7 +42,7 @@ utils.waitForGUI(1) HDSimulator.cmd_set_treatment_parameter_ranges(0, 0, 0, 0, 150, 550) - HDSimulator.send_acknowledge_UI() + HDSimulator.cmd_send_acknowledge_ui() mouseClick(waitForObject(names.o_bloodFlowSlider_Slider), 190, 4, Qt.LeftButton) mouseClick(waitForObject(names.o_dialysateFlowSlider_Slider), 79, 5, Qt.LeftButton) @@ -52,13 +52,13 @@ # sendTreatmentAdjustBloodDialysateRequest mouseClick(waitForObject(names.o_confirmButton)) - HDSimulator.waitForMessageToBeSent() + HDSimulator.wait_for_message_to_be_sent() utils.waitForGUI(7) # wait for ack timeout 5 is the timeout added +2 Sec for safe range. # sendTreatmentAdjustBloodDialysateRequest again mouseClick(waitForObject(names.o_confirmButton)) - HDSimulator.waitForMessageToBeSent() - HDSimulator.send_acknowledge_HD() + HDSimulator.wait_for_message_to_be_sent() + HDSimulator.cmd_send_acknowledge_hd() HDSimulator.cmd_send_treatment_adjust_blood_dialysate_response(0, 3, 125, 150) # coverage HDSimulator.cmd_send_treatment_adjust_blood_dialysate_response(0, 3, 125, 150) # coverage