Index: tst_Alarm/test.py =================================================================== diff -u -r7fa14415857c2a6d03e5cccb0d187675a297e0b9 -r929c42f19c662c57ae264d200658fb1690353008 --- tst_Alarm/test.py (.../test.py) (revision 7fa14415857c2a6d03e5cccb0d187675a297e0b9) +++ tst_Alarm/test.py (.../test.py) (revision 929c42f19c662c57ae264d200658fb1690353008) @@ -13,13 +13,12 @@ # import names -import time import denaliMessages def main(): startApplication("denaliSquish") - denaliMessages.sendAlarm(3, 1, 0, 0, 120) + denaliMessages.sendAlarm(3, 26, 2, 0, 65535) test.compare(waitForObjectExists(names.o_ALARM_ID_MESSAGE).level, 3) test.compare(waitForObjectExists(names.o_ALARM_ID_MESSAGE).color.name, "#c53b33") @@ -43,7 +42,7 @@ denaliMessages.sendAlarm(0, 0, 0, 0, 0) try: # Notification Bar should be hidden - waitForObjectExists(names.o_ALARM_ID_MESSAGE,100) + waitForObjectExists(names.o_ALARM_ID_MESSAGE,0) test.compare(False, True) except LookupError: test.compare(False, False)