ecore_con: Correcting ece_svr to ece_cl in test case.

Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: cedric

Subscribers: stefan_schmidt, cedric

Differential Revision: https://phab.enlightenment.org/D2903
This commit is contained in:
Srivardhan Hebbar 2015-08-03 12:17:22 +02:00 committed by Stefan Schmidt
parent c1f9152f10
commit 715e0a2508
1 changed files with 2 additions and 2 deletions

View File

@ -237,9 +237,9 @@ START_TEST(ecore_con_test_ecore_con_eet_svr_del)
ecore_main_loop_begin();
ecore_con_eet_server_connect_callback_del(ece_svr, _eet_client_cnct_cb,
ecore_con_eet_server_connect_callback_del(ece_cl, _eet_client_cnct_cb,
NULL);
ecore_con_eet_server_disconnect_callback_del(ece_svr,
ecore_con_eet_server_disconnect_callback_del(ece_cl,
_eet_client_discnct_cb, NULL);
free(cb_data);