cedric pushed a commit to branch master.

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

commit d35b06497a42449d08f976358528016421e085d6
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Fri Jul 19 16:55:03 2019 -0400

    tests/eldbus: fix broken unit test
    
    this callback isn't called during the main loop, so attempting to
    quit the loop has no effect and the test deadlocks
    
    Reviewed-by: Cedric BAIL <cedric.b...@free.fr>
    Differential Revision: https://phab.enlightenment.org/D9367
---
 src/tests/eldbus/eldbus_test_eldbus_signal_handler.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/tests/eldbus/eldbus_test_eldbus_signal_handler.c 
b/src/tests/eldbus/eldbus_test_eldbus_signal_handler.c
index 5e9bfc5600..018d7b346a 100644
--- a/src/tests/eldbus/eldbus_test_eldbus_signal_handler.c
+++ b/src/tests/eldbus/eldbus_test_eldbus_signal_handler.c
@@ -427,8 +427,6 @@ EFL_START_TEST(utc_eldbus_signal_handler_free_cb_add_del_p)
 
    eldbus_signal_handler_unref(signal_handler);
 
-   ecore_main_loop_begin();
-
    ck_assert_msg(is_success_cb, "Callback is not called");
 
    signal_handler = _signal_handler_get(conn);

-- 


Reply via email to