tests: remove invalid api usage from elm layout test
authorCedric BAIL <cedric@osg.samsung.com>
Tue, 13 Mar 2018 16:03:13 +0000 (12:03 -0400)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 10 Apr 2018 11:10:55 +0000 (20:10 +0900)
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>
src/tests/elementary/elm_test_layout.c

index 504316f..f687410 100644 (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();
 }