[notification][tc returnvalue is modified] 83/131883/1
authorjh0219.han <jh0219.han@samsung.com>
Wed, 31 May 2017 05:47:18 +0000 (14:47 +0900)
committerjh0219.han <jh0219.han@samsung.com>
Wed, 31 May 2017 05:47:18 +0000 (14:47 +0900)
Change-Id: Idb71c545805ce4c4434664790f99bc0fa4c07a44

common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate.html [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 8809745..b7cedfe
@@ -56,7 +56,7 @@ test(function () {
     notification = new tizen.StatusNotification("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.StatusNotification, "object was not get properly");
 }, document.title);
 
 </script>