about summary refs log tree commit diff stats
path: root/tests/testsuite.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-15 21:31:27 +0000
committerJames Booth <boothj5@gmail.com>2013-12-15 21:31:27 +0000
commit5ec2d3cf7cf6fa6e0930c308376fc088ff4fdec2 (patch)
treea4f700bb674d3cae2655b416f29b063eefb33dbe /tests/testsuite.c
parentcae2979a0b5601ae7c1b39a5b28f4ceb77218bfa (diff)
downloadprofani-tty-5ec2d3cf7cf6fa6e0930c308376fc088ff4fdec2.tar.gz
Added tests for connecting with account
Diffstat (limited to 'tests/testsuite.c')
-rw-r--r--tests/testsuite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c
index 1c6c1d0a..060fe8b2 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -24,6 +24,7 @@ int main(int argc, char* argv[]) {
         unit_test(cmd_connect_lowercases_argument),
         unit_test(cmd_connect_asks_password_when_not_in_account),
         unit_test(cmd_connect_shows_message_when_connecting_with_account),
+        unit_test(cmd_connect_connects_with_account),
 
         unit_test(cmd_rooms_shows_message_when_disconnected),
         unit_test(cmd_rooms_shows_message_when_disconnecting),