From 128f9ed482af9e6fdf2da7dfbed716fceb05743b Mon Sep 17 00:00:00 2001 From: Youngjae Shin Date: Tue, 6 Jul 2021 07:44:05 +0900 Subject: [PATCH] disable package manager plugin Test Change-Id: I3e1f21ec1400ff5b6017064c6e20eb5672bfef16 --- packaging/modes-plugins.spec | 4 ++-- tests/mdsp_test_integration.cpp | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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) -- 2.34.1