Change test tc07_check_privilege_by_sockfd
[platform/core/test/security-tests.git] / tests / security-server-tests / security_server_tests_client_smack.cpp
index 6b9e1cf..9df76cc 100644 (file)
@@ -314,7 +314,7 @@ RUNNER_TEST(tc07_check_privilege_by_sockfd)
     int status;
     waitpid(pid, &status, 0);
 
-    RUNNER_ASSERT(SECURITY_SERVER_API_SUCCESS == result1);
+    RUNNER_ASSERT(SECURITY_SERVER_API_ERROR_ACCESS_DENIED == result1);
     RUNNER_ASSERT(SECURITY_SERVER_API_ERROR_ACCESS_DENIED == result2);
 }