about summary refs log tree commit diff stats
path: root/stabbertests/test_connect.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-24 00:56:13 +0100
committerJames Booth <boothj5@gmail.com>2015-05-24 00:56:13 +0100
commit2241473ee62b7d5d60d20ef0c264e6080cbba8db (patch)
tree17b148c62e3e67d545a4522195381fb158254946 /stabbertests/test_connect.h
parent520b2d259849edf43cfd7942a13d2e12aaec699a (diff)
downloadprofani-tty-2241473ee62b7d5d60d20ef0c264e6080cbba8db.tar.gz
Added bad password test
Diffstat (limited to 'stabbertests/test_connect.h')
-rw-r--r--stabbertests/test_connect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stabbertests/test_connect.h b/stabbertests/test_connect.h
index 9716c6a9..999d9d08 100644
--- a/stabbertests/test_connect.h
+++ b/stabbertests/test_connect.h
@@ -1 +1,2 @@
-void connect_with_jid(void **state);
+void connect_jid(void **state);
+void connect_bad_password(void **state);