diff options
author | James Booth <boothj5@gmail.com> | 2014-12-25 00:29:50 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-12-25 00:29:50 +0000 |
commit | d0a0e5e74f85a50bfeee6873bc926f119cc23508 (patch) | |
tree | feaa7b1880b2efeb2a2c68d1a9aa5126719791e6 /tests | |
parent | fa23084c4db7306fbb1eadb2148a5bd94d765cf4 (diff) | |
download | profani-tty-d0a0e5e74f85a50bfeee6873bc926f119cc23508.tar.gz |
Added roster_list tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testsuite.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c index 619dc4f4..3941ffe2 100644 --- a/tests/testsuite.c +++ b/tests/testsuite.c @@ -185,7 +185,6 @@ int main(int argc, char* argv[]) { unit_test(parse_options_when_unknown_opt_sets_error), unit_test(parse_options_with_duplicated_option_sets_error), -/* unit_test(empty_list_when_none_added), unit_test(contains_one_element), unit_test(first_element_correct), @@ -204,7 +203,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), |