about summary refs log tree commit diff stats
path: root/tests/test_cmd_connect.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-18 22:45:24 +0000
committerJames Booth <boothj5@gmail.com>2014-01-18 22:45:24 +0000
commit21f0bd04a8a994dc71e45b8d4c8e98dcc225c68a (patch)
tree924081f386d86a007214878bdcc38b3ff7cdd2a3 /tests/test_cmd_connect.h
parent0ee6c7a6f1aff74c25821c8559998721f0b3b772 (diff)
downloadprofani-tty-21f0bd04a8a994dc71e45b8d4c8e98dcc225c68a.tar.gz
Added cmd_connect test for repeated server property
Diffstat (limited to 'tests/test_cmd_connect.h')
-rw-r--r--tests/test_cmd_connect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_cmd_connect.h b/tests/test_cmd_connect.h
index 93ea923f..52f26ce3 100644
--- a/tests/test_cmd_connect.h
+++ b/tests/test_cmd_connect.h
@@ -21,3 +21,4 @@ void cmd_connect_shows_message_when_port_contains_chars(void **state);
 void cmd_connect_with_server_when_provided(void **state);
 void cmd_connect_with_port_when_provided(void **state);
 void cmd_connect_with_server_and_port_when_provided(void **state);
+void cmd_connect_shows_usage_when_server_provided_twice(void **state);