From: Tomasz Swierczek Date: Thu, 19 May 2016 10:05:31 +0000 (+0200) Subject: Fix security_manager_67_path_req_shared_ro_3_0 test case. X-Git-Tag: security-manager_5.5_testing~20^2~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1626345b9d166de2d9b86b82e82fb3ee63aab85c;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git Fix security_manager_67_path_req_shared_ro_3_0 test case. The test case should allow for Tizen 3.0 app to have data/shared directory; there should be no Smack rules to other application's data/shared directory. Change-Id: I3f00ec55d649d116f75ce2ae4c69573ed62d08d1 --- diff --git a/src/security-manager-tests/security_manager_tests.cpp b/src/security-manager-tests/security_manager_tests.cpp index 9e62d0a9..1c4637b1 100644 --- a/src/security-manager-tests/security_manager_tests.cpp +++ b/src/security-manager-tests/security_manager_tests.cpp @@ -4353,7 +4353,7 @@ RUNNER_TEST(security_manager_67_path_req_shared_ro_3_0) preq.setUid(user.getUid()); preq.addPath(path, SECURITY_MANAGER_PATH_OWNER_RW_OTHER_RO); - Api::registerPaths(preq, (lib_retcode)SECURITY_MANAGER_ERROR_INPUT_PARAM); + Api::registerPaths(preq, (lib_retcode)SECURITY_MANAGER_SUCCESS); } RUNNER_TEST(security_manager_68_path_req_shared_ro_2_X)