Change-Id: I4e780d5de0075c365759a777fc4299c110806335
Signed-off-by: xy.qian <xy.qian@samsung.com>
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.StatusNotification, "object was not get properly");
+ assert_true(retVal instanceof tizen.notification, "object was not get properly");
}, document.title);
</script>
</body>
-</html>
\ No newline at end of file
+</html>