From: Youngjae Shin Date: Mon, 5 Jul 2021 22:44:05 +0000 (+0900) Subject: disable package manager plugin Test X-Git-Tag: submit/tizen/20210705.233613^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=128f9ed482af9e6fdf2da7dfbed716fceb05743b;p=platform%2Fcore%2Fsystem%2Fmodes-plugins.git disable package manager plugin Test Change-Id: I3e1f21ec1400ff5b6017064c6e20eb5672bfef16 --- diff --git a/packaging/modes-plugins.spec b/packaging/modes-plugins.spec index b237c01..a2a9c1e 100644 --- a/packaging/modes-plugins.spec +++ b/packaging/modes-plugins.spec @@ -5,7 +5,7 @@ Summary: Plugin Libraries for Mode Supervisor Group: System/Management License: Apache-2.0 -URL : https://review.tizen.org/gerrit +URL : https://www.tizen.org Source0: %{name}-%{version}.tar.gz Source1001: %{name}.manifest @@ -113,7 +113,7 @@ systemctl try-restart modes.service XDG_RUNTIME_DIR=/run %{modes_plugin_test_dir}/modes-plugintest-media %{modes_plugin_test_dir}/modes-plugintest-wifi %{modes_plugin_test_dir}/modes-plugintest-bt -%{modes_plugin_test_dir}/modes-plugintest-pkg +#%{modes_plugin_test_dir}/modes-plugintest-pkg XDG_RUNTIME_DIR=/run %{modes_plugin_test_dir}/modes-plugintest-display %{modes_plugin_test_dir}/modes-plugintest-vconf %{modes_plugin_test_dir}/modes-plugintest-mode diff --git a/tests/mdsp_test_integration.cpp b/tests/mdsp_test_integration.cpp index 876c3e0..7083400 100644 --- a/tests/mdsp_test_integration.cpp +++ b/tests/mdsp_test_integration.cpp @@ -15,6 +15,7 @@ */ #include #include +#include #include class IntegrationTest : public ::testing::Test { @@ -31,6 +32,7 @@ protected: loop = NULL; modes_disconnect(handle); handle = NULL; + vconf_set_str("db/setting/menuscreen/package_name", "org.tizen.homescreen-efl"); } static gboolean check_mode_idler(gpointer data)