Fixed test compilation

This commit is contained in:
James Booth
2014-01-18 20:34:46 +00:00
parent e7013408e5
commit 39e0782da8
6 changed files with 8 additions and 7 deletions

View File

@@ -28,11 +28,12 @@ _mock_iq_room_list_request(gchar *conf_server)
static jabber_conn_status_t
_mock_jabber_connect_with_details(const char * const jid,
const char * const passwd, const char * const altdomain)
const char * const passwd, const char * const altdomain, const int port)
{
check_expected(jid);
check_expected(passwd);
check_expected(altdomain);
check_expected(port);
return (jabber_conn_status_t)mock();
}