cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a1655cf9cb764155430c4c42fe57f377a5d25a99

commit a1655cf9cb764155430c4c42fe57f377a5d25a99
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Tue Mar 13 12:03:13 2018 -0400

    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 <zm...@osg.samsung.com>
---
 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();
 }

-- 


Reply via email to