[ITC][notification][Non-ACR][Fix wrong itc - notification_set_text]
authorseungha.son <seungha.son@samsung.com>
Mon, 11 Jul 2016 10:06:48 +0000 (19:06 +0900)
committerseungha.son <seungha.son@samsung.com>
Mon, 11 Jul 2016 10:08:59 +0000 (19:08 +0900)
Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: Id6eeaefc9cf1f673528c3f4f09030eef0a935b0d

src/itc/notification/ITs-notification.c

index ca5044b..9d6e67a 100755 (executable)
@@ -588,7 +588,7 @@ int ITc_notification_set_get_text_p(void)
 
        for ( enum_counter=0; enum_counter<enum_size; enum_counter++ )
        {
-               eRetNotiErr  = notification_set_text(g_NotificationHandle, noti_type[enum_counter],(char*)TEXT_KEY_FOR_LOCALIZATION,(char*)BASIC_TEXT,NOTIFICATION_VARIABLE_TYPE_NONE);
+               eRetNotiErr  = notification_set_text(g_NotificationHandle, noti_type[enum_counter],(char*)BASIC_TEXT, NULL, NOTIFICATION_VARIABLE_TYPE_NONE);
                PRINT_RESULT_CLEANUP(NOTIFICATION_ERROR_NONE, eRetNotiErr, "notification_set_text", NotificationGetError(eRetNotiErr), FreeAndDeleteNotificationResourceHandle(););
 
                char *pszGetText = NULL;
@@ -601,7 +601,6 @@ int ITc_notification_set_get_text_p(void)
                        FreeAndDeleteNotificationResourceHandle();
                        return 1;
                }
-               
        }
        FreeAndDeleteNotificationResourceHandle();
        return 0;