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:50:17 +0000
committerJames Booth <boothj5@gmail.com>2014-01-18 22:50:17 +0000
commit91d4097df96f1db7ce24920e34dfa4e4aa1f7b96 (patch)
tree8ae3cb81da52ffeaf5da4a9288a588a42f0efa7d /tests/test_cmd_connect.h
parent21f0bd04a8a994dc71e45b8d4c8e98dcc225c68a (diff)
downloadprofani-tty-91d4097df96f1db7ce24920e34dfa4e4aa1f7b96.tar.gz
Added cmd_connect test for repeated port 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 52f26ce3..34770a5a 100644
--- a/tests/test_cmd_connect.h
+++ b/tests/test_cmd_connect.h
@@ -22,3 +22,4 @@ 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);
+void cmd_connect_shows_usage_when_port_provided_twice(void **state);