Index: tst_Treatment_Adjustment_Pressures/test.py =================================================================== diff -u -r91e0fc7ff1a05af0ba299e45ef7dae1a79b45bc1 -r80181d382e841f6e66c8f0ad85d1c78e6856cfde --- tst_Treatment_Adjustment_Pressures/test.py (.../test.py) (revision 91e0fc7ff1a05af0ba299e45ef7dae1a79b45bc1) +++ tst_Treatment_Adjustment_Pressures/test.py (.../test.py) (revision 80181d382e841f6e66c8f0ad85d1c78e6856cfde) @@ -101,7 +101,7 @@ venous_limit_min_text = str(waitForObjectExists(names.o_venous_limitbar_textMinimum ).text) venous_limit_min_value = waitForObjectExists(names.o_venous_limitbar ).minimum venous_limit_max_text = str(waitForObjectExists(names.o_venous_limitbar_textMaximum ).text) - venous_limit_max_value = waitForObjectExists(names.o_venous_limitbar ).maximum + venous_limit_max_value = waitForObjectExists(names.o_venous_limitbar ).maximum test.compare(arterial_limit_min_text , str(vArterialLow )) test.compare(arterial_limit_min_value , vArterialLow ) @@ -119,7 +119,7 @@ # arterial constants shall never change regarding the PRS # it has to be set to reject otherwise the dialog is closed. # the accept and dialog close has been tested somewhere else. - HDSimulator.sendTreatmentAdjustPressuresLimitsResponse(False, 0, vArterialLow, vArterialHigh, vVenousLow, vVenousHigh) + HDSimulator.cmd_send_treatment_adjust_pressures_limit_response(False, 0, vArterialLow, vArterialHigh, vVenousLow, vVenousHigh) test_pressure_limits(vArterialLow, vArterialHigh, vVenousLow, vVenousHigh) @@ -132,7 +132,7 @@ venousLow = Ranges.VENOUS_PRESSURE_LOW_DEF venousHigh = Ranges.VENOUS_PRESSURE_HIGH_DEF test.compare(waitForObjectExists(names.o_treatmentAdjustmentPressures_Screen).visible, True) - HDSimulator.sendTreatmentAdjustPressuresLimitsResponse( + HDSimulator.cmd_send_treatment_adjust_pressures_limit_response( True, 0, arterialLow , arterialHigh ,