Index: suite_leahi/tst_main_treatment/test.py =================================================================== diff -u -r4e2984559dbdc1dc708f2bdbc984ed03ea1fd8e1 -r9eecbb5ba577cea331207beeac5d04e0a0e9bf0a --- suite_leahi/tst_main_treatment/test.py (.../test.py) (revision 4e2984559dbdc1dc708f2bdbc984ed03ea1fd8e1) +++ suite_leahi/tst_main_treatment/test.py (.../test.py) (revision 9eecbb5ba577cea331207beeac5d04e0a0e9bf0a) @@ -160,10 +160,12 @@ H14_venous_max = target_venous_max_limit, H2_arterial_long = 0 , H14_venous_long = 0 , - tmp_pressure = target_tmp_pressure, + tmp_pressure = target_tmp_pressure, + tmp_long = 0.0, tmp_min = target_tmp_min_limit, - tmp_max = target_tmp_max_limit) - + tmp_max = target_tmp_max_limit, + barometric = 0.0) + # check the range bar's upper and lower bounds arterial_rangeBar = waitForObjectExists(names.o_arterial_RangeBar) if arterial_rangeBar is not None: @@ -327,7 +329,7 @@ treatmentEditbutton = utility.findObjectById(treatmentEdit, "_editTimeIcon") mouseClick(treatmentEditbutton) if can_interface is not None: - channel_id = CAN.DenaliChannels.ui_to_td_ch_id + channel_id = CAN.CanChannels.ui_to_td_ch_id message_id = MsgIds.MSG_ID_UI_DURATION_VALIDATE_REQUEST.value can_interface.register_receiving_publication_function( channel_id, message_id, handle_new_treatment_duration_request @@ -377,7 +379,7 @@ 0 , 0) - verify main treatment screen + # verify main treatment screen test.verify(waitForObjectExists(names.mainTreatmentScreen), "In Main Treatment") # Pressure State @@ -392,9 +394,11 @@ H14_venous_max = VENOUS_HIGH_VAL_410 , H2_arterial_long = 0 , H14_venous_long = 0 , - tmp_pressure = 0 , + tmp_pressure = 0 , + tmp_long = 0.0, tmp_min = TMP_LOW_VAL_MINUS_640 , - tmp_max = TMP_HIGH_VAL_210) + tmp_max = TMP_HIGH_VAL_210, + barometric = 0.0) verify_arterial_and_venous_value_in_main_treatment_screen(ACCEPTED,ART_LOW_VAL_MINUS_390,ART_HIGH_VAL_220,VENOUS_LOW_VAL_MINUS_90,VENOUS_HIGH_VAL_410,TMP_LOW_VAL_MINUS_640,TMP_HIGH_VAL_210) test.endSection()