From: Dariusz Michaluk Date: Wed, 12 Apr 2023 12:29:50 +0000 (+0200) Subject: Adjust tests to tizen-headed image X-Git-Tag: accepted/tizen/unified/20230606.140930~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F72%2F291272%2F1;p=platform%2Fcore%2Fsecurity%2Faskuser.git 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 --- 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";