[UTC][application][Non-ACR][Fixed wrong test cases]
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 17 Oct 2018 23:10:52 +0000 (08:10 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 17 Oct 2018 23:10:52 +0000 (08:10 +0900)
Change-Id: If1ea2e2057903ddcf42192c96907a93544180866
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/utc/application/utc_app_control.c

index 1c397e91f598d9b255b404aa5c7e0ce3e26982dd..cb9f2af34b75899e99093f4f204063745aca3147 100755 (executable)
@@ -3629,7 +3629,7 @@ int utc_application_app_control_send_launch_request_async_n3(void)
        ret = app_control_send_launch_request_async(handle,
                        __app_control_result_cb_n3,
                        NULL, NULL);
-       if (ret != APP_CONTROL_ERROR_APP_NOT_FOUND) {
+       if (ret != APP_CONTROL_ERROR_NONE) {
                dlog_print(DLOG_ERROR, LOG_TAG, "error: %d", ret);
                normal_exit(1);
        }
@@ -3688,7 +3688,7 @@ int utc_application_app_control_send_launch_request_async_n4(void)
        ret = app_control_send_launch_request_async(handle,
                        __app_control_result_cb_n4,
                        NULL, NULL);
-       if (ret != APP_CONTROL_ERROR_PERMISSION_DENIED) {
+       if (ret != APP_CONTROL_ERROR_NONE) {
                dlog_print(DLOG_ERROR, LOG_TAG, "error: %d", ret);
                normal_exit(1);
        }