From 5f074e6b0dc14abf27cd138e0ad31e489a7cb6b0 Mon Sep 17 00:00:00 2001 From: "xy.qian" Date: Mon, 11 Sep 2017 19:51:59 +0800 Subject: [PATCH] [common][TWDAPI-124 tct-notification-tizen-tests][Add TCs due to spec change] Change-Id: I4d6c69daf5211949bc505f6a1669379e42490b93 Signed-off-by: xy.qian --- ...anager_createNotificationFromTemplate.html | 16 +- .../notification/NotificationManager_get.html | 111 -- .../NotificationManager_getAll.html | 118 -- ...tificationManager_getAllNotifications.html | 106 ++ ...tionManager_getAllNotifications_exist.html | 46 + ...r_getAllNotifications_extra_argument.html} | 22 +- .../NotificationManager_getAll_exist.html | 57 - .../NotificationManager_getNotification.html | 93 ++ ...ficationManager_getNotification_exist.html | 46 + ...onManager_getNotification_id_invalid.html} | 18 +- ...cationManager_getNotification_misarg.html} | 18 +- .../NotificationManager_get_exist.html | 57 - .../NotificationManager_post_ONGOING.html | 25 +- .../NotificationManager_post_PROGRESS.html | 18 +- .../NotificationManager_post_SIMPLE.html | 20 +- .../NotificationManager_post_THUMBNAIL.html | 21 +- .../NotificationManager_remove.html | 14 +- .../NotificationManager_removeAll.html | 16 +- ...ionManager_saveNotificationAsTemplate.html | 12 +- ...ficationAsTemplate_QuotaExceededError.html | 12 +- .../NotificationManager_update.html | 81 +- .../NotificationManager_update_notposted.html | 4 +- .../Notification_content_attribute.html | 29 +- .../notification/Notification_extend.html | 14 +- .../Notification_id_attribute.html | 24 +- .../Notification_postedTime_attribute.html | 24 +- .../Notification_title_attribute.html | 27 +- .../Notification_type_attribute.html | 21 +- ...atusNotification_appControl_attribute.html | 93 -- .../StatusNotification_appid_attribute.html | 59 - ...ication_backgroundImagePath_attribute.html | 63 - ...nstructor_invalid_backgroundImagePath.html | 58 - ...fication_constructor_invalid_iconPath.html | 58 - ...ication_constructor_invalid_soundPath.html | 58 - ...ation_constructor_invalid_subIconPath.html | 58 - ...cation_constructor_invalid_thumbnails.html | 58 - ...tatusNotification_constructor_minargs.html | 75 - ...structor_notificationInitDict_partial.html | 82 - ...or_notificationInitDict_partial_extra.html | 86 - ...usNotification_constructor_number_max.html | 60 - ...usNotification_constructor_number_min.html | 60 - ...tion_constructor_progessValue_-1_BYTE.html | 61 - ...ation_constructor_progessValue_0_BYTE.html | 61 - ...constructor_progessValue_0_PERCENTAGE.html | 61 - ...nstructor_progessValue_100_PERCENTAGE.html | 61 - ...ion_constructor_progessValue_max_BYTE.html | 61 - ...atusNotification_detailInfo_attribute.html | 85 - ...StatusNotification_iconPath_attribute.html | 63 - ...StatusNotification_ledColor_attribute.html | 63 - ...usNotification_ledOffPeriod_attribute.html | 69 - ...tusNotification_ledOnPeriod_attribute.html | 69 - .../StatusNotification_number_attribute.html | 70 - ...usNotification_progressType_attribute.html | 72 - ...fication_progressValue_attribute_BYTE.html | 67 - ...on_progressValue_attribute_PERCENTAGE.html | 65 - ...tatusNotification_soundPath_attribute.html | 62 - ...atusNotification_statusType_attribute.html | 55 - ...tusNotification_subIconPath_attribute.html | 63 - ...atusNotification_thumbnails_attribute.html | 72 - ...tatusNotification_vibration_attribute.html | 60 - .../UserNotification_actions_attribute.html | 110 ++ ...otification_constructor_ONGOING_BYTE.html} | 19 +- ...ation_constructor_ONGOING_PERCENTAGE.html} | 19 +- ...tification_constructor_PROGRESS_BYTE.html} | 19 +- ...tion_constructor_PROGRESS_PERCENTAGE.html} | 19 +- ...Notification_constructor_SIMPLE_BYTE.html} | 19 +- ...cation_constructor_SIMPLE_PERCENTAGE.html} | 20 +- ...ification_constructor_THUMBNAIL_BYTE.html} | 19 +- ...ion_constructor_THUMBNAIL_PERCENTAGE.html} | 20 +- ...tion_constructor_progessValue_-1_BYTE.html | 63 + ...ation_constructor_progessValue_0_BYTE.html | 62 + ...constructor_progessValue_0_PERCENTAGE.html | 63 + ...nstructor_progessValue_100_PERCENTAGE.html | 63 + ...ion_constructor_progessValue_max_BYTE.html | 63 + ...exist.html => UserNotification_exist.html} | 19 +- ...tend.html => UserNotification_extend.html} | 21 +- ...rNotification_groupContents_attribute.html | 58 + .../UserNotification_images_attribute.html | 73 + .../UserNotification_leds_attribute.html | 88 + ...erNotification_textContents_attribute.html | 100 ++ ...UserNotification_thumbnails_attribute.html | 67 + .../UserNotification_userType_attribute.html | 53 + .../support/notification_common.js | 130 +- .../tests.full.xml | 1448 ++++++----------- common/tct-notification-tizen-tests/tests.xml | 802 ++++----- 85 files changed, 2334 insertions(+), 4281 deletions(-) delete mode 100755 common/tct-notification-tizen-tests/notification/NotificationManager_get.html delete mode 100755 common/tct-notification-tizen-tests/notification/NotificationManager_getAll.html create mode 100644 common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications.html create mode 100644 common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_exist.html rename common/tct-notification-tizen-tests/notification/{NotificationManager_getAll_extra_argument.html => NotificationManager_getAllNotifications_extra_argument.html} (59%) mode change 100755 => 100644 delete mode 100755 common/tct-notification-tizen-tests/notification/NotificationManager_getAll_exist.html create mode 100644 common/tct-notification-tizen-tests/notification/NotificationManager_getNotification.html create mode 100644 common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_exist.html rename common/tct-notification-tizen-tests/notification/{NotificationManager_get_id_invalid.html => NotificationManager_getNotification_id_invalid.html} (72%) mode change 100755 => 100644 rename common/tct-notification-tizen-tests/notification/{NotificationManager_get_misarg.html => NotificationManager_getNotification_misarg.html} (68%) mode change 100755 => 100644 delete mode 100755 common/tct-notification-tizen-tests/notification/NotificationManager_get_exist.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_appControl_attribute.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_appid_attribute.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_backgroundImagePath_attribute.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_backgroundImagePath.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_iconPath.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_soundPath.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_subIconPath.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_thumbnails.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_constructor_minargs.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial_extra.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_max.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_min.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_-1_BYTE.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_BYTE.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_PERCENTAGE.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_100_PERCENTAGE.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_max_BYTE.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_detailInfo_attribute.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_iconPath_attribute.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_ledColor_attribute.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_ledOffPeriod_attribute.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_ledOnPeriod_attribute.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_number_attribute.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_progressType_attribute.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_BYTE.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_PERCENTAGE.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_soundPath_attribute.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_statusType_attribute.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_subIconPath_attribute.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_thumbnails_attribute.html delete mode 100755 common/tct-notification-tizen-tests/notification/StatusNotification_vibration_attribute.html create mode 100644 common/tct-notification-tizen-tests/notification/UserNotification_actions_attribute.html rename common/tct-notification-tizen-tests/notification/{StatusNotification_constructor_ONGOING_BYTE.html => UserNotification_constructor_ONGOING_BYTE.html} (61%) mode change 100755 => 100644 rename common/tct-notification-tizen-tests/notification/{StatusNotification_constructor_ONGOING_PERCENTAGE.html => UserNotification_constructor_ONGOING_PERCENTAGE.html} (60%) mode change 100755 => 100644 rename common/tct-notification-tizen-tests/notification/{StatusNotification_constructor_PROGRESS_BYTE.html => UserNotification_constructor_PROGRESS_BYTE.html} (60%) mode change 100755 => 100644 rename common/tct-notification-tizen-tests/notification/{StatusNotification_constructor_PROGRESS_PERCENTAGE.html => UserNotification_constructor_PROGRESS_PERCENTAGE.html} (60%) mode change 100755 => 100644 rename common/tct-notification-tizen-tests/notification/{StatusNotification_constructor_SIMPLE_BYTE.html => UserNotification_constructor_SIMPLE_BYTE.html} (61%) mode change 100755 => 100644 rename common/tct-notification-tizen-tests/notification/{StatusNotification_constructor_SIMPLE_PERCENTAGE.html => UserNotification_constructor_SIMPLE_PERCENTAGE.html} (60%) mode change 100755 => 100644 rename common/tct-notification-tizen-tests/notification/{StatusNotification_constructor_THUMBNAIL_BYTE.html => UserNotification_constructor_THUMBNAIL_BYTE.html} (60%) mode change 100755 => 100644 rename common/tct-notification-tizen-tests/notification/{StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html => UserNotification_constructor_THUMBNAIL_PERCENTAGE.html} (60%) mode change 100755 => 100644 create mode 100644 common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_-1_BYTE.html create mode 100644 common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_BYTE.html create mode 100644 common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_PERCENTAGE.html create mode 100644 common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_100_PERCENTAGE.html create mode 100644 common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_max_BYTE.html rename common/tct-notification-tizen-tests/notification/{StatusNotification_exist.html => UserNotification_exist.html} (62%) mode change 100755 => 100644 rename common/tct-notification-tizen-tests/notification/{StatusNotification_extend.html => UserNotification_extend.html} (57%) mode change 100755 => 100644 create mode 100644 common/tct-notification-tizen-tests/notification/UserNotification_groupContents_attribute.html create mode 100644 common/tct-notification-tizen-tests/notification/UserNotification_images_attribute.html create mode 100644 common/tct-notification-tizen-tests/notification/UserNotification_leds_attribute.html create mode 100644 common/tct-notification-tizen-tests/notification/UserNotification_textContents_attribute.html create mode 100644 common/tct-notification-tizen-tests/notification/UserNotification_thumbnails_attribute.html create mode 100644 common/tct-notification-tizen-tests/notification/UserNotification_userType_attribute.html mode change 100755 => 100644 common/tct-notification-tizen-tests/tests.full.xml 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_getAll_extra_argument.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_extra_argument.html old mode 100755 new mode 100644 similarity index 59% rename from common/tct-notification-tizen-tests/notification/NotificationManager_getAll_extra_argument.html rename to common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_extra_argument.html index 79eb9670b..73e24c9fb --- a/common/tct-notification-tizen-tests/notification/NotificationManager_getAll_extra_argument.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_extra_argument.html @@ -1,6 +1,7 @@ -NotificationManager_getAll_extra_argument +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_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_get_id_invalid.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_id_invalid.html old mode 100755 new mode 100644 similarity index 72% rename from common/tct-notification-tizen-tests/notification/NotificationManager_get_id_invalid.html rename to common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_id_invalid.html index 50b5185a0..9d966ea48 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_get_id_invalid.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_id_invalid.html @@ -1,6 +1,7 @@ -NotificationManager_get_id_invalid +NotificationManager_getNotification_id_invalid
- - - -
- - - 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_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_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/StatusNotification_constructor_ONGOING_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_BYTE.html old mode 100755 new mode 100644 similarity index 61% rename from common/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_BYTE.html rename to common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_BYTE.html index 09664f67a..8183b4275 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_BYTE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_BYTE.html @@ -1,7 +1,7 @@ -StatusNotification_constructor_ONGOING_BYTE +UserNotification_constructor_ONGOING_BYTE -
- - + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_PERCENTAGE.html old mode 100755 new mode 100644 similarity index 60% rename from common/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_PERCENTAGE.html rename to common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_PERCENTAGE.html index ae4285692..350309b1e --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_PERCENTAGE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_PERCENTAGE.html @@ -1,7 +1,7 @@ -StatusNotification_constructor_ONGOING_PERCENTAGE +UserNotification_constructor_ONGOING_PERCENTAGE -
- - + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_BYTE.html old mode 100755 new mode 100644 similarity index 60% rename from common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_BYTE.html rename to common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_BYTE.html index b153b0f03..bc1c4d721 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_BYTE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_BYTE.html @@ -1,7 +1,7 @@ -StatusNotification_constructor_PROGRESS_BYTE +UserNotification_constructor_PROGRESS_BYTE -
- - + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_PERCENTAGE.html old mode 100755 new mode 100644 similarity index 60% rename from common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_PERCENTAGE.html rename to common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_PERCENTAGE.html index b78630fd7..2344b2f1e --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_PERCENTAGE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_PERCENTAGE.html @@ -1,7 +1,7 @@ -StatusNotification_constructor_PROGRESS_PERCENTAGE +UserNotification_constructor_PROGRESS_PERCENTAGE -
- - + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_BYTE.html old mode 100755 new mode 100644 similarity index 61% rename from common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_BYTE.html rename to common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_BYTE.html index b2a6a236f..32f3cde22 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_BYTE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_BYTE.html @@ -1,7 +1,7 @@ -StatusNotification_constructor_SIMPLE_BYTE +UserNotification_constructor_SIMPLE_BYTE -
- - + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_PERCENTAGE.html old mode 100755 new mode 100644 similarity index 60% rename from common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_PERCENTAGE.html rename to common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_PERCENTAGE.html index bdca3f8c1..385ab6ff9 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_PERCENTAGE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_PERCENTAGE.html @@ -1,7 +1,7 @@ - -StatusNotification_constructor_SIMPLE_PERCENTAGE +UserNotification_constructor_SIMPLE_PERCENTAGE -
- - + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_BYTE.html old mode 100755 new mode 100644 similarity index 60% rename from common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_BYTE.html rename to common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_BYTE.html index 292db9675..14978af0d --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_BYTE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_BYTE.html @@ -1,7 +1,7 @@ -StatusNotification_constructor_THUMBNAIL_BYTE +UserNotification_constructor_THUMBNAIL_BYTE -
- - + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_PERCENTAGE.html old mode 100755 new mode 100644 similarity index 60% rename from common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html rename to common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_PERCENTAGE.html index ad3b2f21b..3220e3211 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_PERCENTAGE.html @@ -1,7 +1,7 @@ - -StatusNotification_constructor_THUMBNAIL_PERCENTAGE +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/StatusNotification_exist.html b/common/tct-notification-tizen-tests/notification/UserNotification_exist.html old mode 100755 new mode 100644 similarity index 62% rename from common/tct-notification-tizen-tests/notification/StatusNotification_exist.html rename to common/tct-notification-tizen-tests/notification/UserNotification_exist.html index 75eed1757..ff361db97 --- a/common/tct-notification-tizen-tests/notification/StatusNotification_exist.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_exist.html @@ -1,6 +1,6 @@ -StatusNotification_exist +UserNotification_exist -
- + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/StatusNotification_extend.html b/common/tct-notification-tizen-tests/notification/UserNotification_extend.html old mode 100755 new mode 100644 similarity index 57% rename from common/tct-notification-tizen-tests/notification/StatusNotification_extend.html rename to common/tct-notification-tizen-tests/notification/UserNotification_extend.html index 4baba9800..c30a097ab --- a/common/tct-notification-tizen-tests/notification/StatusNotification_extend.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_extend.html @@ -1,7 +1,7 @@ -StatusNotification_extend +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("