From: Marcin Niesluchowski Date: Mon, 10 Feb 2014 15:52:41 +0000 (+0100) Subject: Fix dbus tests. X-Git-Tag: security-manager_5.5_testing~287 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2568a985c70a097c0b1ce562e4ad9ee21b0b674;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git Fix dbus tests. [Issue#] PSDAC-50 [Bug/Feature] Dbus tests fail. [Cause] Wrong smack access format. [Solution] Chaning smack access. [Verification] Build, install, run. All dbus tests should pass. Change-Id: Id4ccc05a005a6703dea62dee2f12cc0d64975d01 --- diff --git a/tests/security-server-tests/security_server_tests_dbus.cpp b/tests/security-server-tests/security_server_tests_dbus.cpp index a4b9ae0..ea6a8a0 100644 --- a/tests/security-server-tests/security_server_tests_dbus.cpp +++ b/tests/security-server-tests/security_server_tests_dbus.cpp @@ -13,7 +13,7 @@ #include "privilege-control.h" #define API_DATA_SHARE "security-server::api-data-share" -#define API_FREE_ACCESS "*" +#define API_FREE_ACCESS "------" #define DBUS_SERVER_NAME "test.method.server" #define DBUS_SERVER_OBJECT "/test/method/server/Object"