diff options
author | James Booth <boothj5@gmail.com> | 2015-05-24 00:56:13 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-05-24 00:56:13 +0100 |
commit | 2241473ee62b7d5d60d20ef0c264e6080cbba8db (patch) | |
tree | 17b148c62e3e67d545a4522195381fb158254946 /stabbertests/test_connect.h | |
parent | 520b2d259849edf43cfd7942a13d2e12aaec699a (diff) | |
download | profani-tty-2241473ee62b7d5d60d20ef0c264e6080cbba8db.tar.gz |
Added bad password test
Diffstat (limited to 'stabbertests/test_connect.h')
-rw-r--r-- | stabbertests/test_connect.h | 3 |
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); |