about summary refs log tree commit diff stats
path: root/tests/testsuite.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-21 00:37:04 +0100
committerJames Booth <boothj5@gmail.com>2014-04-21 00:37:04 +0100
commit2c15aba92a8288e41bea6e12933a14ffe390e1f4 (patch)
tree6e0efc0358f712a2e991259a0fbf2bf0c941cb61 /tests/testsuite.c
parent9a55d8ad193e79c38d59c9448330132f1c874bca (diff)
downloadprofani-tty-2c15aba92a8288e41bea6e12933a14ffe390e1f4.tar.gz
Chat room windows now created only after successful join
Diffstat (limited to 'tests/testsuite.c')
-rw-r--r--tests/testsuite.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c
index 05f03188..eb94cef2 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -389,10 +389,7 @@ int main(int argc, char* argv[]) {
             close_preferences),
         unit_test(handle_message_error_when_recipient_and_no_type),
         unit_test(handle_presence_error_when_no_recipient),
-        unit_test(handle_presence_error_when_no_recipient_and_conflict),
-        unit_test(handle_presence_error_when_nick_conflict_shows_recipient_error),
-        unit_test(handle_presence_error_when_nick_conflict_does_not_join_room),
-        unit_test(handle_presence_error_when_from_recipient_not_conflict),
+        unit_test(handle_presence_error_when_from_recipient),
 
         unit_test(cmd_alias_add_shows_usage_when_no_args),
         unit_test(cmd_alias_add_shows_usage_when_no_value),