Change-Id: Idb71c545805ce4c4434664790f99bc0fa4c07a44
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>