Index: tst_settings_date_and_time/test.py =================================================================== diff -u -r3840a7480f702f48ccfab1d624c3700527ec1ab2 -re91712057f27742e36df123ac4519564c4e35399 --- tst_settings_date_and_time/test.py (.../test.py) (revision 3840a7480f702f48ccfab1d624c3700527ec1ab2) +++ tst_settings_date_and_time/test.py (.../test.py) (revision e91712057f27742e36df123ac4519564c4e35399) @@ -42,7 +42,8 @@ MONTH_LOWER_LIMIT = 1 YEAR_UPPER_LIMIT = 2100 YEAR_LOWER_LIMIT = 1970 -DATE_AND_TIME_MESSAGE = "AdjustHDDateTime" +HD_DATE_AND_TIME_MESSAGE = "AdjustHDDateTime" +DG_DATE_AND_TIME_MESSAGE = "AdjustDGDateTime" INCORRECT_PASSWORD = "abcd" INCORRECT_PASSWORD_MSG = "Incorrect service password" SERVICE_SCREEN_OPTIONS = ["Information", "Volume And Brightness", "Wi-Fi", "Bluetooth Cuff", "Dialysate Generator Settings", "Set Date And Time", "Set Language", "Software Update", "Factory Reset", "Calibration ", ] @@ -279,7 +280,8 @@ verify_entered_date_and_time(hour="22", min="33", day="22", month="12", year="2101", valid_parameter_passed=config.INVALID) verify_entered_date_and_time(hour="22", min="33", day="22", month="11", year="1969", valid_parameter_passed=config.INVALID) verify_entered_date_and_time(hour="23", min="12", day="7", month="8", year="1977", valid_parameter_passed=config.VALID) - utility.get_current_log_details(message_text=DATE_AND_TIME_MESSAGE) + utility.get_current_log_details(message_text=HD_DATE_AND_TIME_MESSAGE) + utility.get_current_log_details(message_text=DG_DATE_AND_TIME_MESSAGE) utils.tstDone()