From 9f6f1efdd496f8bc1d0a8394cdfa4e0d542283e5 Mon Sep 17 00:00:00 2001 From: Junghyun Yeon Date: Mon, 26 Dec 2016 16:32:30 +0900 Subject: [PATCH] Remove codes which refers deleted attribute Related changes: [pkgmgr-info] : https://review.tizen.org/gerrit/107032 [app-installers] : https://review.tizen.org/gerrit/107033 [wgt-backend] : https://review.tizen.org/gerrit/107035 Change-Id: Ie39dd87bbf51d3c9a07706b2a7f0110f32e69c76 Signed-off-by: Junghyun Yeon --- src/unit_tests/manifest_test_service_application.cc | 1 - src/unit_tests/manifest_test_ui_application.cc | 1 - src/unit_tests/manifest_test_watch_application.cc | 1 - src/unit_tests/manifest_test_widget_application.cc | 1 - 4 files changed, 4 deletions(-) diff --git a/src/unit_tests/manifest_test_service_application.cc b/src/unit_tests/manifest_test_service_application.cc index 264b4ee..876c481 100644 --- a/src/unit_tests/manifest_test_service_application.cc +++ b/src/unit_tests/manifest_test_service_application.cc @@ -545,7 +545,6 @@ TEST_F(ManifestTest, ServiceApplicationElement_SetManifestXDefaults) { ASSERT_CSTR_EQ(app->nodisplay, "true"); ASSERT_CSTR_EQ(app->multiple, "false"); ASSERT_CSTR_EQ(app->taskmanage, "true"); - ASSERT_CSTR_EQ(app->enabled, "true"); ASSERT_CSTR_EQ(app->hwacceleration, "default"); ASSERT_CSTR_EQ(app->screenreader, "use-system-setting"); ASSERT_CSTR_EQ(app->component_type, "svcapp"); diff --git a/src/unit_tests/manifest_test_ui_application.cc b/src/unit_tests/manifest_test_ui_application.cc index fc463f7..da0e9b5 100644 --- a/src/unit_tests/manifest_test_ui_application.cc +++ b/src/unit_tests/manifest_test_ui_application.cc @@ -596,7 +596,6 @@ TEST_F(ManifestTest, UIApplicationElement_SetManifestXDefaults) { ASSERT_CSTR_EQ(app->nodisplay, "false"); ASSERT_CSTR_EQ(app->multiple, "false"); ASSERT_CSTR_EQ(app->taskmanage, "true"); - ASSERT_CSTR_EQ(app->enabled, "true"); ASSERT_CSTR_EQ(app->hwacceleration, "default"); ASSERT_CSTR_EQ(app->screenreader, "use-system-setting"); ASSERT_CSTR_EQ(app->component_type, "uiapp"); diff --git a/src/unit_tests/manifest_test_watch_application.cc b/src/unit_tests/manifest_test_watch_application.cc index 33b0979..07e95de 100644 --- a/src/unit_tests/manifest_test_watch_application.cc +++ b/src/unit_tests/manifest_test_watch_application.cc @@ -133,7 +133,6 @@ TEST_F(ManifestTest, WatchApplicationElement_SetManifestXDefaults) { ASSERT_CSTR_EQ(app->nodisplay, "true"); ASSERT_CSTR_EQ(app->multiple, "false"); ASSERT_CSTR_EQ(app->taskmanage, "false"); - ASSERT_CSTR_EQ(app->enabled, "true"); ASSERT_CSTR_EQ(app->hwacceleration, "default"); ASSERT_CSTR_EQ(app->screenreader, "use-system-setting"); ASSERT_CSTR_EQ(app->component_type, "watchapp"); diff --git a/src/unit_tests/manifest_test_widget_application.cc b/src/unit_tests/manifest_test_widget_application.cc index 1c47c0b..657d13c 100644 --- a/src/unit_tests/manifest_test_widget_application.cc +++ b/src/unit_tests/manifest_test_widget_application.cc @@ -128,7 +128,6 @@ TEST_F(ManifestTest, WidgetApplicationElement_SetManifestXDefaults) { ASSERT_CSTR_EQ(app->nodisplay, "true"); ASSERT_CSTR_EQ(app->multiple, "false"); ASSERT_CSTR_EQ(app->taskmanage, "false"); - ASSERT_CSTR_EQ(app->enabled, "true"); ASSERT_CSTR_EQ(app->hwacceleration, "default"); ASSERT_CSTR_EQ(app->screenreader, "use-system-setting"); ASSERT_CSTR_EQ(app->component_type, "widgetapp"); -- 2.7.4