From 8c82cf63e9a44c9ee7d62bd729cf1a1a91108814 Mon Sep 17 00:00:00 2001 From: Dariusz Michaluk Date: Wed, 12 Apr 2023 14:29:50 +0200 Subject: [PATCH] Adjust tests to tizen-headed image 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 | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/test/unit-tests/test_common_policy.cpp b/test/unit-tests/test_common_policy.cpp index 6975950..7584cf4 100644 --- a/test/unit-tests/test_common_policy.cpp +++ b/test/unit-tests/test_common_policy.cpp @@ -34,21 +34,20 @@ 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 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"; -- 2.7.4