about summary refs log tree commit diff stats
path: root/tests/testsuite.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-24 21:34:11 +0000
committerJames Booth <boothj5@gmail.com>2014-12-24 21:34:11 +0000
commit5319a03aebfbaf5ecfb32656429834ece3afaf9a (patch)
treee8ec8887757e5090e37a30c5a31406736a59d027 /tests/testsuite.c
parent3487100c0f7ede4885d5c178faf3c3df5902efb8 (diff)
downloadprofani-tty-5319a03aebfbaf5ecfb32656429834ece3afaf9a.tar.gz
Added cmd_connect tests
Diffstat (limited to 'tests/testsuite.c')
-rw-r--r--tests/testsuite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c
index aecc3524..fb4570cb 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -204,7 +204,7 @@ int main(int argc, char* argv[]) {
         unit_test(find_twice_returns_second_when_two_match),
         unit_test(find_five_times_finds_fifth),
         unit_test(find_twice_returns_first_when_two_match_and_reset),
-
+*/
         unit_test(cmd_connect_shows_message_when_disconnecting),
         unit_test(cmd_connect_shows_message_when_connecting),
         unit_test(cmd_connect_shows_message_when_connected),
@@ -230,7 +230,7 @@ int main(int argc, char* argv[]) {
         unit_test(cmd_connect_shows_usage_when_port_provided_twice),
         unit_test(cmd_connect_shows_usage_when_invalid_first_property),
         unit_test(cmd_connect_shows_usage_when_invalid_second_property),
-
+/*
         unit_test(cmd_rooms_shows_message_when_disconnected),
         unit_test(cmd_rooms_shows_message_when_disconnecting),
         unit_test(cmd_rooms_shows_message_when_connecting),