From: xy.qian Date: Mon, 25 Sep 2017 08:00:51 +0000 (+0800) Subject: [common][tct-notification-tizen-tests][Modify TC due to tc issue] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4de22950f1aeb58d64c2d4e1256c9dd68e119ef2;p=test%2Ftct%2Fweb%2Fapi.git [common][tct-notification-tizen-tests][Modify TC due to tc issue] Change-Id: If624673213dbe4ed28a1553a3023ebf8a05ed54b Signed-off-by: xy.qian --- diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_leds_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_leds_attribute.html index 994894481..79481ecbf 100644 --- a/common/tct-notification-tizen-tests/notification/UserNotification_leds_attribute.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_leds_attribute.html @@ -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);