elementary: it seems I forgot to initialize some meaningful boolean.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D8501
This commit is contained in:
Cedric BAIL 2019-03-28 12:44:31 -07:00
parent a6cc943211
commit 589fca7540
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ EFL_START_TEST(elm_fileselector_selected)
evas_object_smart_callback_del(fileselector, "directory,open", _ready_cb);
evas_object_smart_callback_add(fileselector, "selected", _ready_cb, &selected);
selected = EINA_FALSE;
ck_assert(elm_fileselector_selected_set(fileselector, exist));
ck_assert(fileselector_test_helper_wait_flag(10, &selected));
ck_assert(selected == EINA_TRUE);