Change test app for setting text domain 37/80337/1
authorSemun Lee <sm79.lee@samsung.com>
Sun, 17 Jul 2016 02:34:27 +0000 (11:34 +0900)
committerSemun Lee <sm79.lee@samsung.com>
Sun, 17 Jul 2016 02:34:27 +0000 (11:34 +0900)
Change-Id: I5317e89b9a98bef889358b80bc67c6c8f4cfd779
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
test-app/main.c

index b0457bd..36833c6 100755 (executable)
@@ -494,10 +494,9 @@ static int testapp_test_post_notification_with_domain_text()
                goto FINISH_OFF;
        }
 
-       noti_err = notification_set_text(noti_handle, NOTIFICATION_TEXT_TYPE_TITLE, "I'm Title", "TITLE", NOTIFICATION_VARIABLE_TYPE_NONE);
-       noti_err = notification_set_text(noti_handle, NOTIFICATION_TEXT_TYPE_CONTENT, "I'm Content", "[%s] *** [%s]",
-                       NOTIFICATION_VARIABLE_TYPE_STRING, "IDS_MSGF_BODY_NO_SUBJECT",
-                       NOTIFICATION_VARIABLE_TYPE_STRING, "IDS_MSGF_POP_NEW_MESSAGE",
+       noti_err = notification_set_text(noti_handle, NOTIFICATION_TEXT_TYPE_TITLE, "I'm Title", "IDS_MSGF_POP_NEW_MESSAGES", NOTIFICATION_VARIABLE_TYPE_NONE);
+       noti_err = notification_set_text(noti_handle, NOTIFICATION_TEXT_TYPE_CONTENT, "I'm Content", "IDS_MSG_TPOP_MAXIMUM_MESSAGE_SIZE_HPS_EXCEEDED_RESIZING_ATTACHMENTS_ING",
+                       NOTIFICATION_VARIABLE_TYPE_STRING, "200KB",
                        NOTIFICATION_VARIABLE_TYPE_NONE);
 
        noti_err = notification_set_display_applist(noti_handle, NOTIFICATION_DISPLAY_APP_NOTIFICATION_TRAY);