From 079ea5304b7bc99b07d2f05b2910ab370023c14d Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 15 Dec 2013 19:38:23 +0000 Subject: Moved _ask_password to UI module --- tests/xmpp/mock_xmpp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/xmpp') diff --git a/tests/xmpp/mock_xmpp.c b/tests/xmpp/mock_xmpp.c index 8ba03cab..26c9c72d 100644 --- a/tests/xmpp/mock_xmpp.c +++ b/tests/xmpp/mock_xmpp.c @@ -32,6 +32,9 @@ void jabber_init(const int disable_tls) {} jabber_conn_status_t jabber_connect_with_details(const char * const jid, const char * const passwd, const char * const altdomain) { + check_expected(jid); + check_expected(passwd); + check_expected(altdomain); return (jabber_conn_status_t)mock(); } -- cgit 1.4.1-2-gfad0