Index: tst_ui_alarms_dialog/test.py =================================================================== diff -u -ree44469d9fc90afbd5769b8cd5f4d92b3ae2102e -rd0f4e893f8a02c0867aaa9cda0e609ec1d9a6b06 --- tst_ui_alarms_dialog/test.py (.../test.py) (revision ee44469d9fc90afbd5769b8cd5f4d92b3ae2102e) +++ tst_ui_alarms_dialog/test.py (.../test.py) (revision d0f4e893f8a02c0867aaa9cda0e609ec1d9a6b06) @@ -154,10 +154,10 @@ test.startSection("verification of alarm message based on alarm id -> " + str(alarm_id)) if alarm_id == config.ALARM_ID_OUT_OF_RANGE: - test.compare(str(waitForObjectExists(names.o_alarm_text_description).text), config.ALARM_ID_UNDEFINED_STRING.format(alarm_id), + test.compare(str(waitForObjectExists(names.o_alarm_text_description).text), config.UNDEFINED_ALARM_ID_MSG.format(alarm_id), "verified alarm message for exceeded alarm id's") minimize() - test.compare(str(waitForObjectExists(names.o_alarm_bar_text ).text), config.ALARM_ID_UNDEFINED_STRING.format(alarm_id), + test.compare(str(waitForObjectExists(names.o_alarm_bar_text ).text), config.UNDEFINED_ALARM_ID_MSG.format(alarm_id), "verified alarm message for exceeded alarm id's") else: test.compare(str(waitForObjectExists(names.o_alarm_text_description).text), config.ALARM_ID_AND_MESSAGES[alarm_id],