Index: suite_leahi/tst_main_treatment/test.py =================================================================== diff -u -ra63e10cb89f60f685552b6955625ab3b4d00ef40 -rd5b09ce1c343318a5ca04fe9de4e8b396563eec4 --- suite_leahi/tst_main_treatment/test.py (.../test.py) (revision a63e10cb89f60f685552b6955625ab3b4d00ef40) +++ suite_leahi/tst_main_treatment/test.py (.../test.py) (revision d5b09ce1c343318a5ca04fe9de4e8b396563eec4) @@ -161,11 +161,11 @@ H2_arterial_long = 0 , H14_venous_long = 0 , tmp_pressure = target_tmp_pressure, - tmp_long = 0.0 , + tmp_long = 0.0, tmp_min = target_tmp_min_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: @@ -378,8 +378,8 @@ 0 , 0 , 0) - - #verify main treatment screen + + # verify main treatment screen test.verify(waitForObjectExists(names.mainTreatmentScreen), "In Main Treatment") # Pressure State @@ -394,8 +394,8 @@ H14_venous_max = VENOUS_HIGH_VAL_410 , H2_arterial_long = 0 , H14_venous_long = 0 , - tmp_pressure = 0 , - tmp_long = 0.0 , + tmp_pressure = 0 , + tmp_long = 0.0, tmp_min = TMP_LOW_VAL_MINUS_640 , tmp_max = TMP_HIGH_VAL_210, barometric = 0.0)