[common][tct-notification-tizen-tests][Modify TC due to tc issue] 93/152193/1
authorxy.qian <xy.qian@samsung.com>
Mon, 25 Sep 2017 08:00:51 +0000 (16:00 +0800)
committerxy.qian <xy.qian@samsung.com>
Mon, 25 Sep 2017 08:00:51 +0000 (16:00 +0800)
Change-Id: If624673213dbe4ed28a1553a3023ebf8a05ed54b
Signed-off-by: xy.qian <xy.qian@samsung.com>
common/tct-notification-tizen-tests/notification/UserNotification_leds_attribute.html

index 9948944818eafa5bf7de98b1b121dc813d92a46f..79481ecbfd7fbf2784152ef5e75f04a2116784dd 100644 (file)
@@ -57,7 +57,7 @@ test(function () {
 
 
     userNotification.leds.ledOffPeriod = 125;
-    assert_equals(userNotification.leds.ledOffPeriod, newValue, "userNotification.leds.ledOffPeriod value after set");
+    assert_equals(userNotification.leds.ledOffPeriod, 125, "userNotification.leds.ledOffPeriod value after set");
 
     notificationDict.ledOffPeriod = 100;
     userNotification = new tizen.UserNotification(userNotificationType, titleToSet, notificationDict);
@@ -68,7 +68,7 @@ test(function () {
     assert_equals(userNotification.leds.ledOnPeriod, 0, "userNotification.leds.ledOnPeriod default value");
 
     userNotification.leds.ledOnPeriod = 125;
-    assert_equals(userNotification.leds.ledOnPeriod, newValue, "userNotification.leds.ledOnPeriod value after set");
+    assert_equals(userNotification.leds.ledOnPeriod, 125, "userNotification.leds.ledOnPeriod value after set");
 
     notificationDict.actions.ledOnPeriod = 100;
     userNotification = new tizen.UserNotification(userNotificationType, titleToSet, notificationDict);