extern int utc_noti_ex_item_find_by_id_n(void);
extern int utc_noti_ex_item_get_type_p(void);
extern int utc_noti_ex_item_get_type_n(void);
-extern int utc_noti_ex_item_get_shared_paths_p(void);
-extern int utc_noti_ex_item_get_shared_paths_n(void);
extern int utc_noti_ex_item_get_id_p(void);
extern int utc_noti_ex_item_get_id_n(void);
extern int utc_noti_ex_item_set_id_p(void);
{"utc_noti_ex_item_find_by_id_n",utc_noti_ex_item_find_by_id_n,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
{"utc_noti_ex_item_get_type_p",utc_noti_ex_item_get_type_p,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
{"utc_noti_ex_item_get_type_n",utc_noti_ex_item_get_type_n,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
- {"utc_noti_ex_item_get_shared_paths_p",utc_noti_ex_item_get_shared_paths_p,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
- {"utc_noti_ex_item_get_shared_paths_n",utc_noti_ex_item_get_shared_paths_n,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
{"utc_noti_ex_item_get_id_p",utc_noti_ex_item_get_id_p,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
{"utc_noti_ex_item_get_id_n",utc_noti_ex_item_get_id_n,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
{"utc_noti_ex_item_set_id_p",utc_noti_ex_item_set_id_p,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
extern int utc_noti_ex_item_find_by_id_n(void);
extern int utc_noti_ex_item_get_type_p(void);
extern int utc_noti_ex_item_get_type_n(void);
-extern int utc_noti_ex_item_get_shared_paths_p(void);
-extern int utc_noti_ex_item_get_shared_paths_n(void);
extern int utc_noti_ex_item_get_id_p(void);
extern int utc_noti_ex_item_get_id_n(void);
extern int utc_noti_ex_item_set_id_p(void);
{"utc_noti_ex_item_find_by_id_n",utc_noti_ex_item_find_by_id_n,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
{"utc_noti_ex_item_get_type_p",utc_noti_ex_item_get_type_p,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
{"utc_noti_ex_item_get_type_n",utc_noti_ex_item_get_type_n,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
- {"utc_noti_ex_item_get_shared_paths_p",utc_noti_ex_item_get_shared_paths_p,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
- {"utc_noti_ex_item_get_shared_paths_n",utc_noti_ex_item_get_shared_paths_n,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
{"utc_noti_ex_item_get_id_p",utc_noti_ex_item_get_id_p,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
{"utc_noti_ex_item_get_id_n",utc_noti_ex_item_get_id_n,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
{"utc_noti_ex_item_set_id_p",utc_noti_ex_item_set_id_p,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
extern int utc_noti_ex_item_find_by_id_n(void);
extern int utc_noti_ex_item_get_type_p(void);
extern int utc_noti_ex_item_get_type_n(void);
-extern int utc_noti_ex_item_get_shared_paths_p(void);
-extern int utc_noti_ex_item_get_shared_paths_n(void);
extern int utc_noti_ex_item_get_id_p(void);
extern int utc_noti_ex_item_get_id_n(void);
extern int utc_noti_ex_item_set_id_p(void);
{"utc_noti_ex_item_find_by_id_n",utc_noti_ex_item_find_by_id_n,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
{"utc_noti_ex_item_get_type_p",utc_noti_ex_item_get_type_p,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
{"utc_noti_ex_item_get_type_n",utc_noti_ex_item_get_type_n,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
- {"utc_noti_ex_item_get_shared_paths_p",utc_noti_ex_item_get_shared_paths_p,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
- {"utc_noti_ex_item_get_shared_paths_n",utc_noti_ex_item_get_shared_paths_n,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
{"utc_noti_ex_item_get_id_p",utc_noti_ex_item_get_id_p,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
{"utc_noti_ex_item_get_id_n",utc_noti_ex_item_get_id_n,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
{"utc_noti_ex_item_set_id_p",utc_noti_ex_item_set_id_p,utc_notification_ex_item_startup,utc_notification_ex_item_cleanup},
int ret;
noti_ex_item_h handle;
- ret = noti_ex_item_image_create(&handle, "image_id", "image_path");
+ //ret = noti_ex_item_image_create(&handle, "image_id", "image_path");
+ ret = noti_ex_item_image_create(&handle, NULL, "image_path");
assert_eq_with_exit(ret, NOTI_EX_ERROR_NONE);
ret = noti_ex_item_destroy(handle);
normal_exit(0);
}
-/**
- * @testcase utc_noti_ex_item_get_shared_paths_p
- * @since_tizen 5.5
- * @description Positive test case of noti_ex_item_get_shared_paths()
- */
-int utc_noti_ex_item_get_shared_paths_p(void)
-{
- int ret;
- char **path;
- int count;
- noti_ex_item_h button_item = NULL;
-
- noti_ex_item_button_create(&button_item, "button_id", "button_title");
- ret = noti_ex_item_get_shared_paths(button_item, &path, &count);
- assert_eq_with_exit(ret, NOTI_EX_ERROR_NONE);
- normal_exit(0);
-}
-
-/**
- * @testcase utc_noti_ex_item_get_shared_paths_n
- * @since_tizen 5.5
- * @description Negative test case of noti_ex_item_get_shared_paths()
- */
-int utc_noti_ex_item_get_shared_paths_n(void)
-{
- int ret;
- ret = noti_ex_item_get_shared_paths(NULL, NULL, NULL);
- assert_eq_with_exit(ret, NOTI_EX_ERROR_INVALID_PARAMETER);
- normal_exit(0);
-}
-
/**
* @testcase utc_noti_ex_item_get_id_p
* @since_tizen 5.5
int ret;
noti_ex_item_h handle;
- ret = noti_ex_item_text_create(&handle, "text_id", "text", "hyperlink");
+ ret = noti_ex_item_text_create(&handle, NULL, "text", "hyperlink");
+ //ret = noti_ex_item_text_create(&handle, "id", "text", "hyperlink");
assert_eq_with_exit(ret, NOTI_EX_ERROR_NONE);
ret = noti_ex_item_destroy(handle);
ret = noti_ex_item_text_set_multi_language(NULL, NULL);
assert_eq_with_exit(ret, NOTI_EX_ERROR_INVALID_PARAMETER);
normal_exit(0);
-}
\ No newline at end of file
+}