Separate ckm-test by the need of capability
[platform/core/test/security-tests.git] / src / common / tests_common.h
index b2d12fb..fb3c9aa 100644 (file)
@@ -35,8 +35,8 @@
 #include <errno.h>
 #include <string.h>
 
-const uid_t APP_UID     = 5000;
-const gid_t APP_GID     = 5000;
+const uid_t APP_UID     = 5001;
+const gid_t APP_GID     = 5001;
 const uid_t APP_UID_2   = 5200;
 const gid_t APP_GID_2   = 5200;
 const uid_t DB_ALARM_UID = 6001;
@@ -145,4 +145,4 @@ void removeDir(const std::string &path);
     }                                                                                       \
     void Proc##Multi(std::tuple<__VA_ARGS__> &optionalArgsTuple DPL_UNUSED)
 
-#endif
\ No newline at end of file
+#endif