[UTC][Notification][Non-ACR][Add id when text item create] 13/227013/1
authormk5004.lee <mk5004.lee@samsung.com>
Mon, 9 Mar 2020 05:38:25 +0000 (14:38 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Mon, 9 Mar 2020 05:38:25 +0000 (14:38 +0900)
Change-Id: Ibc5a0fa27cd85b36897d3a6f777129fa23dac03f
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
src/utc/notification/utc-notification-ex-text.c

index e749f6e79cd991c172ddc5236e63afe01d6a67a8..d6a237a6b76fe5e70a1bd6125abba713b33006f6 100644 (file)
@@ -44,8 +44,7 @@ int utc_noti_ex_item_text_create_p(void)
        int ret;
        noti_ex_item_h handle;
 
-       ret = noti_ex_item_text_create(&handle, NULL, "text", "hyperlink");
-       //ret = noti_ex_item_text_create(&handle, "id", "text", "hyperlink");
+       ret = noti_ex_item_text_create(&handle, "text_id", "text", "hyperlink");
        assert_eq_with_exit(ret, NOTI_EX_ERROR_NONE);
 
        ret = noti_ex_item_destroy(handle);