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 23:32:32 +0000
committerJames Booth <boothj5@gmail.com>2014-12-24 23:32:32 +0000
commit419f37feea3c22e9e6c51bb035a717ab7d29e2fd (patch)
treec8f485d5b0e1d20908cf3399d223e0011847f601 /tests/testsuite.c
parentaa4ffa7e8c9fa0f1b045b1b1c9fe478be552fd82 (diff)
downloadprofani-tty-419f37feea3c22e9e6c51bb035a717ab7d29e2fd.tar.gz
Added cmd_otr tests
Diffstat (limited to 'tests/testsuite.c')
-rw-r--r--tests/testsuite.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c
index 7b3efbcb..57c031d8 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -432,7 +432,6 @@ 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),
@@ -491,7 +490,7 @@ int main(int argc, char* argv[]) {
 #else
         unit_test(cmd_otr_shows_message_when_otr_unsupported),
 #endif
-*/
+
         unit_test(cmd_join_shows_message_when_disconnecting),
         unit_test(cmd_join_shows_message_when_connecting),
         unit_test(cmd_join_shows_message_when_disconnected),