From: manu.tiwari Date: Mon, 9 Dec 2019 11:16:15 +0000 (+0530) Subject: [ITC][notification][Non-ACR][update TC as per changed behaviour of noti_ex_item_find_... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8c6ad45d9b78161cf9835e82b1ab8d66eeb35a0;p=test%2Ftct%2Fnative%2Fapi.git [ITC][notification][Non-ACR][update TC as per changed behaviour of noti_ex_item_find_by-main_type()] Change-Id: I525760c8fccf3f606d25303b96974592cc9e6383 Signed-off-by: manu.tiwari --- diff --git a/src/itc/notification/ITs-notification-ex.c b/src/itc/notification/ITs-notification-ex.c index a1d82d525..2b25d01e7 100755 --- a/src/itc/notification/ITs-notification-ex.c +++ b/src/itc/notification/ITs-notification-ex.c @@ -6156,6 +6156,9 @@ int ITc_noti_ex_item_find_by_main_type_p(void) nRet = noti_ex_item_group_add_child(hItemGroup, hItemText); PRINT_RESULT_CLEANUP(NOTI_EX_ERROR_NONE, nRet, "noti_ex_item_group_add_child", NotificationExGetError(nRet), noti_ex_item_destroy(hItemGroup); noti_ex_item_destroy(hItemText)); + nRet = noti_ex_item_set_main_type(hItemText, pszTextID, nMainType); + PRINT_RESULT_CLEANUP(NOTI_EX_ERROR_NONE, nRet, "noti_ex_item_set_main_type", NotificationExGetError(nRet), noti_ex_item_destroy(hItemGroup); noti_ex_item_destroy(hItemText)); + //Taregt API nRet = noti_ex_item_find_by_main_type(hItemGroup, nMainType, &hGetItemText); PRINT_RESULT_CLEANUP(NOTI_EX_ERROR_NONE, nRet, "noti_ex_item_find_by_main_type", NotificationExGetError(nRet), noti_ex_item_destroy(hItemGroup); noti_ex_item_destroy(hItemText));