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
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");