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.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D9367
This commit is contained in:
Mike Blumenkrantz 2019-07-19 16:55:03 -04:00 committed by Cedric BAIL
parent 734637c42c
commit d35b06497a
1 changed files with 0 additions and 2 deletions

View File

@ -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);