From a1655cf9cb764155430c4c42fe57f377a5d25a99 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 13 Mar 2018 12:03:13 -0400 Subject: [PATCH] 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 --- src/tests/elementary/elm_test_layout.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/elementary/elm_test_layout.c b/src/tests/elementary/elm_test_layout.c index 504316fc0e..f68741011e 100644 --- a/src/tests/elementary/elm_test_layout.c +++ b/src/tests/elementary/elm_test_layout.c @@ -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(); }