elementary: fix elementary fileselector tests to exit main loop.

This commit is contained in:
Cedric Bail 2018-04-20 15:00:36 -07:00 committed by Cedric BAIL
parent 70c6f6db00
commit f3ceaebeb4
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ _ready_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED
{
Eina_Bool *ret = data;
*ret = EINA_TRUE;
ecore_main_loop_quit();
}
EFL_START_TEST (elm_fileselector_selected)