From: mk5004.lee Date: Mon, 9 Mar 2020 05:38:25 +0000 (+0900) Subject: [UTC][Notification][Non-ACR][Add id when text item create] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7adedb0b7880398dee1dcb2ec1c40f49ae8865f4;p=test%2Ftct%2Fnative%2Fapi.git [UTC][Notification][Non-ACR][Add id when text item create] Change-Id: Ibc5a0fa27cd85b36897d3a6f777129fa23dac03f Signed-off-by: mk5004.lee --- diff --git a/src/utc/notification/utc-notification-ex-text.c b/src/utc/notification/utc-notification-ex-text.c index e749f6e79..d6a237a6b 100644 --- a/src/utc/notification/utc-notification-ex-text.c +++ b/src/utc/notification/utc-notification-ex-text.c @@ -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);