From: xy.qian Date: Mon, 11 Sep 2017 11:48:42 +0000 (+0800) Subject: [common][TWDAPI-124 tct-notification-tizen-tests][Add TCs due to spec change] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b413e6c0f1fc5d1c3426eacffb254d3839ae6ad0;p=test%2Ftct%2Fweb%2Fapi.git [common][TWDAPI-124 tct-notification-tizen-tests][Add TCs due to spec change] Change-Id: Id693a0c774350b73b115565dacb58d60e85573c4 Signed-off-by: xy.qian --- diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate.html b/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate.html index 45e515317..76c691e11 100755 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate.html @@ -50,15 +50,21 @@ test(function () { var notificationDict, notification, retVal; notificationDict = { content: "This is a simple notification.", - iconPath: "images/webapi-tizen-notification-test_image1.jpg", - soundPath: "music/webapi-tizen-notification-test_noise1.mp3" + images: + { + iconPath : "images/webapi-tizen-notification-test_image1.jpg" + }, + actions: + { + soundPath : "music/webapi-tizen-notification-test_noise1.mp3" + } }; - notification = new tizen.StatusNotification("SIMPLE", "Simple notification", notificationDict); + notification = new tizen.UserNotification("SIMPLE", "Simple notification", notificationDict); tizen.notification.saveNotificationAsTemplate("SIMPLE_TEMPLATE", notification); retVal = tizen.notification.createNotificationFromTemplate("SIMPLE_TEMPLATE"); - assert_true(retVal instanceof tizen.notification, "object was not get properly"); + assert_true(retVal instanceof tizen.UserNotification, "object was not get properly"); }, document.title); - + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_get.html b/common/tct-notification-tizen-tests/notification/NotificationManager_get.html deleted file mode 100755 index 72fef461e..000000000 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_get.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - -NotificationManager_get - - - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getAll.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getAll.html deleted file mode 100755 index 844a3bc32..000000000 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_getAll.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - -NotificationManager_getAll - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications.html new file mode 100644 index 000000000..fad7e2aac --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications.html @@ -0,0 +1,106 @@ + + + + + +NotificationManager_getAllNotifications + + + + +
+ + + diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_exist.html new file mode 100644 index 000000000..1cabe3b16 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_exist.html @@ -0,0 +1,46 @@ + + + + +NotificationManager_getAllNotifications_exist + + + + +
+ + + diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_extra_argument.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_extra_argument.html new file mode 100644 index 000000000..73e24c9fb --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_extra_argument.html @@ -0,0 +1,45 @@ + + + + +NotificationManager_getAllNotifications_extra_argument + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getAll_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getAll_exist.html deleted file mode 100755 index e13b12008..000000000 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_getAll_exist.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - -NotificationManager_getAll_exist - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getAll_extra_argument.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getAll_extra_argument.html deleted file mode 100755 index 79eb9670b..000000000 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_getAll_extra_argument.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - -NotificationManager_getAll_extra_argument - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification.html new file mode 100644 index 000000000..cf089a246 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification.html @@ -0,0 +1,93 @@ + + + + +NotificationManager_getNotification + + + + + +
+ + + diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_exist.html new file mode 100644 index 000000000..a85285f20 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_exist.html @@ -0,0 +1,46 @@ + + + + +NotificationManager_getNotification_exist + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_id_invalid.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_id_invalid.html new file mode 100644 index 000000000..9d966ea48 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_id_invalid.html @@ -0,0 +1,52 @@ + + + + +NotificationManager_getNotification_id_invalid + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_misarg.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_misarg.html new file mode 100644 index 000000000..bcf3f629f --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_misarg.html @@ -0,0 +1,47 @@ + + + + +NotificationManager_getNotification_misarg + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_get_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_get_exist.html deleted file mode 100755 index 30efe1d40..000000000 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_get_exist.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - -NotificationManager_get_exist - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_get_id_invalid.html b/common/tct-notification-tizen-tests/notification/NotificationManager_get_id_invalid.html deleted file mode 100755 index 50b5185a0..000000000 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_get_id_invalid.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - -NotificationManager_get_id_invalid - - - - -
- - - \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_get_misarg.html b/common/tct-notification-tizen-tests/notification/NotificationManager_get_misarg.html deleted file mode 100755 index 30df97ca3..000000000 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_get_misarg.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - -NotificationManager_get_misarg - - - - -
- - - \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html b/common/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html index 6e9627f1b..322662f29 100755 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html @@ -1,7 +1,7 @@ - NotificationManager_post_ONGOING -
- - + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_post_PROGRESS.html b/common/tct-notification-tizen-tests/notification/NotificationManager_post_PROGRESS.html index f7bc5687f..f1439cef4 100755 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_post_PROGRESS.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_post_PROGRESS.html @@ -1,7 +1,7 @@ @@ -28,10 +29,9 @@ Authors: -
- -
- -
- -
- -
- -
- -
-
- - + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/Notification_extend.html b/common/tct-notification-tizen-tests/notification/Notification_extend.html index e4f478fcb..58ca310cb 100755 --- a/common/tct-notification-tizen-tests/notification/Notification_extend.html +++ b/common/tct-notification-tizen-tests/notification/Notification_extend.html @@ -1,6 +1,6 @@ @@ -26,25 +27,24 @@ Authors: -
- + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/Notification_id_attribute.html b/common/tct-notification-tizen-tests/notification/Notification_id_attribute.html index cb75e587d..ab0484c67 100755 --- a/common/tct-notification-tizen-tests/notification/Notification_id_attribute.html +++ b/common/tct-notification-tizen-tests/notification/Notification_id_attribute.html @@ -1,7 +1,7 @@ @@ -28,28 +29,27 @@ Authors: -
- - + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/Notification_postedTime_attribute.html b/common/tct-notification-tizen-tests/notification/Notification_postedTime_attribute.html index f09051d15..bfa256085 100755 --- a/common/tct-notification-tizen-tests/notification/Notification_postedTime_attribute.html +++ b/common/tct-notification-tizen-tests/notification/Notification_postedTime_attribute.html @@ -1,7 +1,7 @@ @@ -28,28 +29,27 @@ Authors: -
- - + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/Notification_title_attribute.html b/common/tct-notification-tizen-tests/notification/Notification_title_attribute.html index 0ea0cb7f4..633ecdbef 100755 --- a/common/tct-notification-tizen-tests/notification/Notification_title_attribute.html +++ b/common/tct-notification-tizen-tests/notification/Notification_title_attribute.html @@ -1,7 +1,7 @@ - Notification_title_attribute -
- - + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/Notification_type_attribute.html b/common/tct-notification-tizen-tests/notification/Notification_type_attribute.html index 25bf79abb..10daec2ee 100755 --- a/common/tct-notification-tizen-tests/notification/Notification_type_attribute.html +++ b/common/tct-notification-tizen-tests/notification/Notification_type_attribute.html @@ -1,7 +1,7 @@ - Notification_type_attribute -
- - + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_appControl_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_appControl_attribute.html deleted file mode 100755 index 8f9d0f4b6..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_appControl_attribute.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - -StatusNotification_appControl_attribute - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_appid_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_appid_attribute.html deleted file mode 100755 index 9b7082e44..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_appid_attribute.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - -StatusNotification_appid_attribute - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_backgroundImagePath_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_backgroundImagePath_attribute.html deleted file mode 100755 index 190f6acf8..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_backgroundImagePath_attribute.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - -StatusNotification_backgroundImagePath_attribute - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_BYTE.html deleted file mode 100755 index 09664f67a..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_BYTE.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - -StatusNotification_constructor_ONGOING_BYTE - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_PERCENTAGE.html deleted file mode 100755 index ae4285692..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_PERCENTAGE.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - -StatusNotification_constructor_ONGOING_PERCENTAGE - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_BYTE.html deleted file mode 100755 index b153b0f03..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_BYTE.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - -StatusNotification_constructor_PROGRESS_BYTE - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_PERCENTAGE.html deleted file mode 100755 index b78630fd7..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_PERCENTAGE.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - -StatusNotification_constructor_PROGRESS_PERCENTAGE - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_BYTE.html deleted file mode 100755 index b2a6a236f..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_BYTE.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - -StatusNotification_constructor_SIMPLE_BYTE - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_PERCENTAGE.html deleted file mode 100755 index bdca3f8c1..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_PERCENTAGE.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - -StatusNotification_constructor_SIMPLE_PERCENTAGE - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_BYTE.html deleted file mode 100755 index 292db9675..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_BYTE.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - -StatusNotification_constructor_THUMBNAIL_BYTE - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html deleted file mode 100755 index ad3b2f21b..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - -StatusNotification_constructor_THUMBNAIL_PERCENTAGE - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_backgroundImagePath.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_backgroundImagePath.html deleted file mode 100755 index 4f95d55a6..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_backgroundImagePath.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - -StatusNotification_constructor_invalid_backgroundImagePath - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_iconPath.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_iconPath.html deleted file mode 100755 index 970ed85c9..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_iconPath.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - -StatusNotification_constructor_invalid_iconPath - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_soundPath.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_soundPath.html deleted file mode 100755 index bd3d0fedb..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_soundPath.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - -StatusNotification_constructor_invalid_soundPath - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_subIconPath.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_subIconPath.html deleted file mode 100755 index 9b8c71d0d..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_subIconPath.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - -StatusNotification_constructor_invalid_subIconPath - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_thumbnails.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_thumbnails.html deleted file mode 100755 index 00ffbaa08..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_thumbnails.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - -StatusNotification_constructor_invalid_thumbnails - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_minargs.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_minargs.html deleted file mode 100755 index d732c2723..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_minargs.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - -StatusNotification_constructor_minargs - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial.html deleted file mode 100755 index a67cf92b4..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - -StatusNotification_constructor_notificationInitDict_partial - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial_extra.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial_extra.html deleted file mode 100755 index 62fdee718..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial_extra.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - -StatusNotification_constructor_notificationInitDict_partial_extra - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_max.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_max.html deleted file mode 100755 index cf735ec1c..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_max.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - - -StatusNotification_constructor_number_max - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_min.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_min.html deleted file mode 100755 index cdc7bac70..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_min.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - - -StatusNotification_constructor_number_min - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_-1_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_-1_BYTE.html deleted file mode 100755 index 5218312c9..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_-1_BYTE.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - -StatusNotification_constructor_progessValue_-1_BYTE - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_BYTE.html deleted file mode 100755 index 4334d27ba..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_BYTE.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - -StatusNotification_constructor_progessValue_0_BYTE - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_PERCENTAGE.html deleted file mode 100755 index 8dd9e448e..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_PERCENTAGE.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - -StatusNotification_constructor_progessValue_0_PERCENTAGE - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_100_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_100_PERCENTAGE.html deleted file mode 100755 index e6290598b..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_100_PERCENTAGE.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - -StatusNotification_constructor_progessValue_100_PERCENTAGE - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_max_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_max_BYTE.html deleted file mode 100755 index 36f0854c6..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_max_BYTE.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - -StatusNotification_constructor_progessValue_max_BYTE - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_detailInfo_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_detailInfo_attribute.html deleted file mode 100755 index 0b2207a4c..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_detailInfo_attribute.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - -StatusNotification_detailInfo_attribute - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_exist.html b/common/tct-notification-tizen-tests/notification/StatusNotification_exist.html deleted file mode 100755 index 75eed1757..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_exist.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - -StatusNotification_exist - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_extend.html b/common/tct-notification-tizen-tests/notification/StatusNotification_extend.html deleted file mode 100755 index 4baba9800..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_extend.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - -StatusNotification_extend - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_iconPath_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_iconPath_attribute.html deleted file mode 100755 index 47939b450..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_iconPath_attribute.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - -StatusNotification_iconPath_attribute - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_ledColor_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_ledColor_attribute.html deleted file mode 100755 index 27e7e7a01..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_ledColor_attribute.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - -StatusNotification_ledColor_attribute - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_ledOffPeriod_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_ledOffPeriod_attribute.html deleted file mode 100755 index 25105d785..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_ledOffPeriod_attribute.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - -StatusNotification_ledOffPeriod_attribute - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_ledOnPeriod_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_ledOnPeriod_attribute.html deleted file mode 100755 index 8c25cb0fe..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_ledOnPeriod_attribute.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - -StatusNotification_ledOnPeriod_attribute - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_number_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_number_attribute.html deleted file mode 100755 index 4df64de0e..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_number_attribute.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - -StatusNotification_number_attribute - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_progressType_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_progressType_attribute.html deleted file mode 100755 index b5171b848..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_progressType_attribute.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - -StatusNotification_progressType_attribute - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_BYTE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_BYTE.html deleted file mode 100755 index 8ac8369ab..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_BYTE.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - -StatusNotification_progressValue_attribute_BYTE - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_PERCENTAGE.html deleted file mode 100755 index 1733866b7..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_PERCENTAGE.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - -StatusNotification_progressValue_attribute_PERCENTAGE - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_soundPath_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_soundPath_attribute.html deleted file mode 100755 index 65ab1de7f..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_soundPath_attribute.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - -StatusNotification_soundPath_attribute - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_statusType_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_statusType_attribute.html deleted file mode 100755 index 28cf9657b..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_statusType_attribute.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - -StatusNotification_statusType_attribute - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_subIconPath_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_subIconPath_attribute.html deleted file mode 100755 index 208172ac3..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_subIconPath_attribute.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - -StatusNotification_subIconPath_attribute - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_thumbnails_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_thumbnails_attribute.html deleted file mode 100755 index 0d0fec5fa..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_thumbnails_attribute.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - -StatusNotification_thumbnails_attribute - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_vibration_attribute.html b/common/tct-notification-tizen-tests/notification/StatusNotification_vibration_attribute.html deleted file mode 100755 index d8dd2713a..000000000 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_vibration_attribute.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - - -StatusNotification_vibration_attribute - - - - - -
- - - diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_actions_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_actions_attribute.html new file mode 100644 index 000000000..f9f267783 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_actions_attribute.html @@ -0,0 +1,110 @@ + + + + +UserNotification_actions_attribute + + + + +
+ + + diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_BYTE.html new file mode 100644 index 000000000..8183b4275 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_BYTE.html @@ -0,0 +1,48 @@ + + + + + +UserNotification_constructor_ONGOING_BYTE + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_PERCENTAGE.html new file mode 100644 index 000000000..350309b1e --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_PERCENTAGE.html @@ -0,0 +1,48 @@ + + + + + +UserNotification_constructor_ONGOING_PERCENTAGE + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_BYTE.html new file mode 100644 index 000000000..bc1c4d721 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_BYTE.html @@ -0,0 +1,48 @@ + + + + + +UserNotification_constructor_PROGRESS_BYTE + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_PERCENTAGE.html new file mode 100644 index 000000000..2344b2f1e --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_PERCENTAGE.html @@ -0,0 +1,48 @@ + + + + + +UserNotification_constructor_PROGRESS_PERCENTAGE + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_BYTE.html new file mode 100644 index 000000000..32f3cde22 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_BYTE.html @@ -0,0 +1,48 @@ + + + + + +UserNotification_constructor_SIMPLE_BYTE + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_PERCENTAGE.html new file mode 100644 index 000000000..385ab6ff9 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_PERCENTAGE.html @@ -0,0 +1,47 @@ + + + + +UserNotification_constructor_SIMPLE_PERCENTAGE + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_BYTE.html new file mode 100644 index 000000000..14978af0d --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_BYTE.html @@ -0,0 +1,48 @@ + + + + + +UserNotification_constructor_THUMBNAIL_BYTE + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_PERCENTAGE.html new file mode 100644 index 000000000..3220e3211 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_PERCENTAGE.html @@ -0,0 +1,47 @@ + + + + +UserNotification_constructor_THUMBNAIL_PERCENTAGE + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_-1_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_-1_BYTE.html new file mode 100644 index 000000000..f13b90237 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_-1_BYTE.html @@ -0,0 +1,63 @@ + + + + + +UserNotification_constructor_progessValue_-1_BYTE + + + + +
+ + + diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_BYTE.html new file mode 100644 index 000000000..c054f577b --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_BYTE.html @@ -0,0 +1,62 @@ + + + + +UserNotification_constructor_progessValue_0_BYTE + + + + +
+ + + diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_PERCENTAGE.html new file mode 100644 index 000000000..bfc3be5b6 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_PERCENTAGE.html @@ -0,0 +1,63 @@ + + + + + +UserNotification_constructor_progessValue_0_PERCENTAGE + + + + +
+ + + diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_100_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_100_PERCENTAGE.html new file mode 100644 index 000000000..b011f8065 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_100_PERCENTAGE.html @@ -0,0 +1,63 @@ + + + + + +UserNotification_constructor_progessValue_100_PERCENTAGE + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_max_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_max_BYTE.html new file mode 100644 index 000000000..2ed8cfa2a --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_max_BYTE.html @@ -0,0 +1,63 @@ + + + + +UserNotification_constructor_progessValue_max_BYTE + + + + +
+ + + diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_exist.html b/common/tct-notification-tizen-tests/notification/UserNotification_exist.html new file mode 100644 index 000000000..ff361db97 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_exist.html @@ -0,0 +1,44 @@ + + + + +UserNotification_exist + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_extend.html b/common/tct-notification-tizen-tests/notification/UserNotification_extend.html new file mode 100644 index 000000000..c30a097ab --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_extend.html @@ -0,0 +1,47 @@ + + + + + +UserNotification_extend + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_groupContents_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_groupContents_attribute.html new file mode 100644 index 000000000..c8b32d266 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_groupContents_attribute.html @@ -0,0 +1,58 @@ + + + + + +UserNotification_groupContents_attribute + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_images_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_images_attribute.html new file mode 100644 index 000000000..a1b657603 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_images_attribute.html @@ -0,0 +1,73 @@ + + + + + +UserNotification_images_attribute + + + + +
+ + + diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_leds_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_leds_attribute.html new file mode 100644 index 000000000..994894481 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_leds_attribute.html @@ -0,0 +1,88 @@ + + + + + +UserNotification_leds_attribute + + + + +
+ + + diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_textContents_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_textContents_attribute.html new file mode 100644 index 000000000..93c6e2f27 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_textContents_attribute.html @@ -0,0 +1,100 @@ + + + + + +UserNotification_textContents_attribute + + + + +
+ + + diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_thumbnails_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_thumbnails_attribute.html new file mode 100644 index 000000000..714f6241f --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_thumbnails_attribute.html @@ -0,0 +1,67 @@ + + + + +UserNotification_thumbnails_attribute + + + + +
+ + + diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_userType_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_userType_attribute.html new file mode 100644 index 000000000..e0ce1171a --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_userType_attribute.html @@ -0,0 +1,53 @@ + + + + +UserNotification_userType_attribute + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/support/notification_common.js b/common/tct-notification-tizen-tests/notification/support/notification_common.js index 78cf64bf4..7fff83314 100755 --- a/common/tct-notification-tizen-tests/notification/support/notification_common.js +++ b/common/tct-notification-tizen-tests/notification/support/notification_common.js @@ -32,7 +32,7 @@ Authors: document.write("