@@ -46,9 +46,9 @@ on TestGetDefaultFaceColor
4646end TestGetDefaultFaceColor
4747
4848on TestSettingFaceColor
49- set the dayFaceColor of widget "testClock" to "0,255,0"
49+ set the dayFaceColor of widget "testClock" to "0,255,0,255 "
5050 TestAssert "dayFaceColor sucessfully set to non-default" , the dayFaceColor of widget "testClock" is "0,255,0,255"
51- set the nightFaceColor of widget "testClock" to "0,0,255"
51+ set the nightFaceColor of widget "testClock" to "0,0,255,255 "
5252 TestAssert "nightFaceColor sucessfully set to non-default" , the nightFaceColor of widget "testClock" is "0,0,255,255"
5353end TestSettingFaceColor
5454
@@ -58,9 +58,9 @@ on TestDefaultSecondHandColor
5858end TestDefaultSecondHandColor
5959
6060on TestSettingSecondHandColor
61- set the daySecondHandColor of widget "testClock" to "0,255,0"
61+ set the daySecondHandColor of widget "testClock" to "0,255,0,255 "
6262 TestAssert "daySecondHandColor sucessfully set to non-default" , the daySecondHandColor of widget "testClock" is "0,255,0,255"
63- set the nightSecondHandColor of widget "testClock" to "0,0,255"
63+ set the nightSecondHandColor of widget "testClock" to "0,0,255,255 "
6464 TestAssert "nightSecondHandColor sucessfully set to non-default" , the nightSecondHandColor of widget "testClock" is "0,0,255,255"
6565end TestSettingSecondHandColor
6666
@@ -70,9 +70,9 @@ on TestDefaultMinuteHandColor
7070end TestDefaultMinuteHandColor
7171
7272on TestSettingMinuteHandColor
73- set the dayMinuteHandColor of widget "testClock" to "0,255,0"
73+ set the dayMinuteHandColor of widget "testClock" to "0,255,0,255 "
7474 TestAssert "dayMinuteHandColor sucessfully set to non-default" , the dayMinuteHandColor of widget "testClock" is "0,255,0,255"
75- set the nightMinuteHandColor of widget "testClock" to "0,0,255"
75+ set the nightMinuteHandColor of widget "testClock" to "0,0,255,255 "
7676 TestAssert "nightMinuteHandColor sucessfully set to non-default" , the nightMinuteHandColor of widget "testClock" is "0,0,255,255"
7777end TestSettingMinuteHandColor
7878
@@ -82,9 +82,9 @@ on TestDefaultHourHandColor
8282end TestDefaultHourHandColor
8383
8484on TestSettingHourHandColor
85- set the dayHourHandColor of widget "testClock" to "0,255,0"
85+ set the dayHourHandColor of widget "testClock" to "0,255,0,255 "
8686 TestAssert "dayHourHandColor sucessfully set to non-default" , the dayHourHandColor of widget "testClock" is "0,255,0,255"
87- set the nightHourHandColor of widget "testClock" to "0,0,255"
87+ set the nightHourHandColor of widget "testClock" to "0,0,255,255 "
8888 TestAssert "nightHourHandColor sucessfully set to non-default" , the nightHourHandColor of widget "testClock" is "0,0,255,255"
8989end TestSettingHourHandColor
9090
@@ -94,8 +94,8 @@ on TestDefaultNumberColor
9494end TestDefaultNumberColor
9595
9696on TestSettingNumberColor
97- set the dayNumberColor of widget "testClock" to "0,255,0"
97+ set the dayNumberColor of widget "testClock" to "0,255,0,255 "
9898 TestAssert "dayNumberColor sucessfully set to non-default" , the dayNumberColor of widget "testClock" is "0,255,0,255"
99- set the nightNumberColor of widget "testClock" to "0,0,255"
99+ set the nightNumberColor of widget "testClock" to "0,0,255,255 "
100100 TestAssert "nightNumberColor sucessfully set to non-default" , the nightNumberColor of widget "testClock" is "0,0,255,255"
101101end TestSettingNumberColor
0 commit comments