bu5hm4n pushed a commit to branch master.

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

commit ef3cce57308971cc555c2cbd51c87a9ca01d3294
Author: Marcel Hollerbach <mar...@osg.samsung.com>
Date:   Tue Apr 10 01:46:30 2018 +0200

    elm_suite: fixup test suite
    
    the testcase was only added, but not executed, my bad!
---
 src/tests/elementary/elm_test_focus.c        | 1 +
 src/tests/elementary/elm_test_focus_common.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/tests/elementary/elm_test_focus.c 
b/src/tests/elementary/elm_test_focus.c
index c8459ec92d..d733cea18b 100644
--- a/src/tests/elementary/elm_test_focus.c
+++ b/src/tests/elementary/elm_test_focus.c
@@ -794,4 +794,5 @@ void elm_test_focus(TCase *tc)
     tcase_add_test(tc, test_unregister_last_focused_no_history);
     tcase_add_test(tc, test_unregister_last_focused);
     tcase_add_test(tc, test_unregister_last_focused_no_child);
+    tcase_add_test(tc, test_pop_history_element);
 }
diff --git a/src/tests/elementary/elm_test_focus_common.c 
b/src/tests/elementary/elm_test_focus_common.c
index c09dd59ed6..7bc53f0fce 100644
--- a/src/tests/elementary/elm_test_focus_common.c
+++ b/src/tests/elementary/elm_test_focus_common.c
@@ -80,6 +80,7 @@ _focus_test_efl_ui_focus_object_focus_set(Eo *obj, 
Focus_Test_Data *pd, Eina_Boo
 {
    pd->focus = focus;
    printf("Object %p now focused\n", obj);
+   efl_ui_focus_object_focus_set(efl_super(obj, FOCUS_TEST_CLASS), focus);
 }
 
 EOLIAN static Eina_Rect

-- 


Reply via email to