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 20:41:28 +0000
committerJames Booth <boothj5@gmail.com>2014-12-24 20:41:28 +0000
commit3487100c0f7ede4885d5c178faf3c3df5902efb8 (patch)
treef125c82082eb4755cfb4ed0d08bfbb75890625e6 /tests/testsuite.c
parent8b4c7e93b868366ca76cc630d39b71c28f1c0c9a (diff)
downloadprofani-tty-3487100c0f7ede4885d5c178faf3c3df5902efb8.tar.gz
Added cmd_bookmark tests
Diffstat (limited to 'tests/testsuite.c')
-rw-r--r--tests/testsuite.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c
index 40910be6..aecc3524 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -417,7 +417,7 @@ int main(int argc, char* argv[]) {
         unit_test_setup_teardown(test_muc_invites_count_5, muc_before_test, muc_after_test),
         unit_test_setup_teardown(test_muc_room_is_not_active, muc_before_test, muc_after_test),
         unit_test_setup_teardown(test_muc_active, muc_before_test, muc_after_test),
-
+*/
         unit_test(cmd_bookmark_shows_message_when_disconnected),
         unit_test(cmd_bookmark_shows_message_when_disconnecting),
         unit_test(cmd_bookmark_shows_message_when_connecting),
@@ -432,6 +432,7 @@ int main(int argc, char* argv[]) {
         unit_test(cmd_bookmark_add_adds_bookmark_with_jid_nick_autojoin),
         unit_test(cmd_bookmark_remove_removes_bookmark),
         unit_test(cmd_bookmark_remove_shows_message_when_no_bookmark),
+/*
 
 #ifdef HAVE_LIBOTR
         unit_test(cmd_otr_shows_usage_when_no_args),