jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4d68ec6e3d43e41def456d0397a058c6d79d9e22
commit 4d68ec6e3d43e41def456d0397a058c6d79d9e22 Author: Jean-Philippe Andre <[email protected]> Date: Wed Jun 14 16:47:51 2017 +0900 tests: Remove invalid call to elm_run Nothing is supposed to happen here. Just exit after running the checks. Don't wait for something to happen until eternity... --- src/tests/elementary/elm_test_image.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/elementary/elm_test_image.c b/src/tests/elementary/elm_test_image.c index 96ca9af305..290c23d973 100644 --- a/src/tests/elementary/elm_test_image.c +++ b/src/tests/elementary/elm_test_image.c @@ -199,8 +199,6 @@ START_TEST (efl_ui_image_icon) icon_name = efl_ui_image_icon_get(image); ck_assert(icon_name == NULL); - elm_run(); - elm_shutdown(); } END_TEST --
