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