zmike pushed a commit to branch efl-1.22.

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

commit 6383fc8d27cbea7c323623bf8e3b413e1c5dd337
Author: Cedric BAIL <cedric.b...@free.fr>
Date:   Thu Mar 28 12:44:31 2019 -0700

    elementary: it seems I forgot to initialize some meaningful boolean.
    
    Reviewed-by: Marcel Hollerbach <m...@marcel-hollerbach.de>
    Differential Revision: https://phab.enlightenment.org/D8501
---
 src/tests/elementary/elm_test_fileselector.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tests/elementary/elm_test_fileselector.c 
b/src/tests/elementary/elm_test_fileselector.c
index 23cea7c133..b26e12fc51 100644
--- a/src/tests/elementary/elm_test_fileselector.c
+++ b/src/tests/elementary/elm_test_fileselector.c
@@ -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);

-- 


Reply via email to