From: xy.qian Date: Tue, 10 Oct 2017 05:54:31 +0000 (+0800) Subject: [common][tct-notification-tizen-tests][Modify TCs due to tc issue] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e42622d46a43c150323ded169481b78cce7cdff7;p=test%2Ftct%2Fweb%2Fapi.git [common][tct-notification-tizen-tests][Modify TCs due to tc issue] Change-Id: I309dcca29706b04fea271dd986b7685264cafe38 Signed-off-by: xy.qian --- diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications.html index fad7e2aac..0fe8fac18 100644 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications.html @@ -84,10 +84,10 @@ test(function () { assert_equals(userNotification.textContents.progressValue, progressValueToSet, "progressValue is incorrect."); assert_equals(userNotification.textContents.progressType, progressTypeToSet, "progressType is incorrect."); - assert_equals(userNotification.userType, statusType, "userType is incorrect."); + assert_equals(userNotification.userType, postedNotification.userType, "userType is incorrect."); - assert_equals(notification.images.subIconPath, subIconPathToSet, "subIconPath is incorrect."); - assert_equals(notification.images.backgroundImagePath, backgroundImagePathToSet, "backgroundImagePath is incorrect."); + assert_equals(userNotification.images.subIconPath, subIconPathToSet, "subIconPath is incorrect."); + assert_equals(userNotification.images.backgroundImagePath, backgroundImagePathToSet, "backgroundImagePath is incorrect."); assert_array_equals(userNotification.thumbnails.thumbnails, thumbnailsToSet, "thumbnails attribute."); assert_equals(userNotification.textContents.detailInfo.length, detailInfoToSet.length, "detailInfo attribute length."); diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_post_SIMPLE.html b/common/tct-notification-tizen-tests/notification/NotificationManager_post_SIMPLE.html index 41f246ada..15ce78dca 100755 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_post_SIMPLE.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_post_SIMPLE.html @@ -31,7 +31,7 @@ Authors:
- +