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