Fix testcase "ManifestTest.WatchApplicationElement_SetManifestXDefaults" 00/62500/1 accepted/tizen/common/20160321.150435 accepted/tizen/mobile/20160321.113333 accepted/tizen/tv/20160321.113411 accepted/tizen/wearable/20160321.113433 submit/tizen/20160321.014821
authorTomasz Iwanek <t.iwanek@samsung.com>
Wed, 16 Mar 2016 10:35:38 +0000 (11:35 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Wed, 16 Mar 2016 10:43:50 +0000 (11:43 +0100)
Fix testcase according to commit: 0a3af6c8242ee3ad32490aa2df3c9da589f4bdbc

Requires:
 https://review.tizen.org/gerrit/62497

Run:
 /usr/bin/tpk-backend-ut/manifest-test --gtest_filter="ManifestTest.WatchApplicationElement_SetManifestXDefaults"

Change-Id: Ic6dc5af6ad4fbf99d931a401e6d82166ec623d74

src/unit_tests/manifest_test_watch_application.cc

index 0fcfcd8c733036d67d21c93e4f79faf4ef33f123..ea2b39619dbd25d7b95e7faedb00a33fa2c37b2a 100644 (file)
@@ -130,7 +130,7 @@ TEST_F(ManifestTest, WatchApplicationElement_SetManifestXDefaults) {
   application_x* app = *apps.begin();
   ASSERT_CSTR_EQ(app->appid, "package0id.appid");
   ASSERT_NE(app->exec, nullptr);
-  ASSERT_CSTR_EQ(app->nodisplay, "false");
+  ASSERT_CSTR_EQ(app->nodisplay, "true");
   ASSERT_CSTR_EQ(app->multiple, "false");
   ASSERT_CSTR_EQ(app->taskmanage, "false");
   ASSERT_CSTR_EQ(app->enabled, "true");