tests/elm: fix a couple unit tests to use event starter helper function
authorMike Blumenkrantz <zmike@samsung.com>
Fri, 19 Jul 2019 19:46:35 +0000 (15:46 -0400)
committerSangHyeon Jade Lee <sh10233.lee@samsung.com>
Tue, 23 Jul 2019 05:04:43 +0000 (14:04 +0900)
commit778f742a452f8b390c670b8584ee0e43f329ad32
tree7cac550c26381f707c2f3167726ea9ae00dd4f2e
parent2526d665cb0ba039d69628f0ca557623cbddcf87
tests/elm: fix a couple unit tests to use event starter helper function

these tests seem to have relied upon a callback being triggered which
would call ecore_main_loop_quit() prior to ecore_main_loop_begin() starting
the main loop

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D9365
src/tests/elementary/elm_test_genlist.c
src/tests/elementary/elm_test_widget_focus.c