ecore-con tests - remove WRONG connect check

sothe ecore-con tests were calling ecore_con_server_connected_get()
every time a server was created on a NUL server object. WTF? this is
pointless. testing if an api returns tre on being connected on an
invalid object? all it does is create lots of eo noise. remove so we
can see the real errors in the output.

@fix
This commit is contained in:
Carsten Haitzler 2016-05-22 17:18:33 +09:00
parent 1eba9d9de0
commit b8b41e6683
1 changed files with 0 additions and 2 deletions

View File

@ -225,8 +225,6 @@ void _ecore_con_server_client_tests(Ecore_Con_Type compl_type, const char *name,
_data, (void *) 2);
fail_if(handlers[5] == NULL);
fail_if (ecore_con_server_connected_get(server));
server = ecore_con_server_add(compl_type, name, server_port,
server_data);
fail_if (server == NULL);