X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fcommon%2Ftests_common.h;h=dab6d751b028584997554c41ba1f75e4d6e4e85e;hb=fa4f892c33fe7c611aae6c43cf6cfa0bca26ecf5;hp=c03d37a09a5b9a2cb04583ca707d1bd32af34a46;hpb=5672d50ead4dc52eb096688118eb4fe0868d49cc;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git diff --git a/tests/common/tests_common.h b/tests/common/tests_common.h index c03d37a..dab6d75 100644 --- a/tests/common/tests_common.h +++ b/tests/common/tests_common.h @@ -34,8 +34,11 @@ #include #include -const uid_t APP_UID = 5000; -const gid_t APP_GID = 5000; +// separate DB-space for async tests +// gives independence: other test sets can modify the password per will +// without risk of making async tests fail +const uid_t APP_UID = 5003; +const gid_t APP_GID = 5003; const uid_t DB_ALARM_UID = 6001; const gid_t DB_ALARM_GID = 6001; const std::string TMP_DIR("/tmp");