tests: remove invalid api usage from elm layout test

the comment here indicates that the author knew it was an invalid api use
so it should not have been here in the first place

Signed-off-by: Mike Blumenkrantz <zmike@osg.samsung.com>
This commit is contained in:
Cedric BAIL 2018-03-13 12:03:13 -04:00
parent ac5f11ed1f
commit a1655cf9cb
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ START_TEST(elm_layout_swallows)
bt2 = efl_add(EFL_UI_BUTTON_CLASS, ly);
fail_if(!efl_content_set(efl_part(ly, "element1"), bt2));
ck_assert_ptr_eq(efl_parent_get(bt2), ly);
/* bt is deleted at this point. */
ck_assert_ptr_eq(efl_parent_get(bt), evas_object_evas_get(bt));
elm_shutdown();
}