Adjust tests to tizen-headed image 72/291272/1
authorDariusz Michaluk <d.michaluk@samsung.com>
Wed, 12 Apr 2023 12:29:50 +0000 (14:29 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Wed, 12 Apr 2023 12:35:18 +0000 (14:35 +0200)
Tizen mobile & wearable images are not supported anymore,
adjust tests to tizen-headed image, where some of the apps are not avaiable.

Change-Id: I31787889dffc91ab7ffac96155a8b91f5980cb8f

test/unit-tests/test_common_policy.cpp

index 6975950..7584cf4 100644 (file)
 
 namespace {
 
-const std::string APP = "org.tizen.camera-app";
+const std::string APP = "attach-panel-camera";
 const std::string APP_TYPE = "capp";
-const std::string APP_API_VERSION = "4.0";
+const std::string APP_API_VERSION = "5.5";
 const std::pair<std::string, std::string> APP_RESPONSES[] = {
     {"http://tizen.org/privilege/camera", "Allow"},
     {"http://tizen.org/privilege/mapservice", "Deny"},
 };
-const std::string PKG = "org.tizen.music-player";
-const std::string PKG_MAIN_APP = "org.tizen.music-player";
-const std::string PKG_LABEL = "Music";
+const std::string PKG = "org.tizen.chromium-efl";
+const std::string PKG_MAIN_APP = "org.tizen.chromium-efl";
+const std::string PKG_LABEL = "Tizen Web Engine based on Chromium";
 const std::string PKG_APPS[] = {
-    "org.tizen.music-player.widget",
-    "org.tizen.sound-player",
-    "org.tizen.music-chooser",
-    "org.tizen.music-player",
+    "org.tizen.chromium-efl.wrt-service",
+    "org.tizen.chromium-efl.wrt-service-launcher",
+    "org.tizen.chromium-efl"
 };
 const std::string PRIVACY = "http://tizen.org/privacy/location";
 const std::string PRIVACY_DISPLAY_NAME = "IDS_TPLATFORM_OPT_LOCATION_T_LBS";