about summary refs log tree commit diff stats
path: root/tests/test_cmd_otr.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-23 21:02:02 +0000
committerJames Booth <boothj5@gmail.com>2014-02-23 21:02:02 +0000
commitda058359ac552bc90e7b70749d5f96289434a9c8 (patch)
tree2d5489bbb310c03debd43c8976d5a33f035f3cb5 /tests/test_cmd_otr.h
parent18e0884f5ff16f5209fd1cba7f57e10c1d9d91e6 (diff)
downloadprofani-tty-da058359ac552bc90e7b70749d5f96289434a9c8.tar.gz
Added test for /otr start when no key loaded
Diffstat (limited to 'tests/test_cmd_otr.h')
-rw-r--r--tests/test_cmd_otr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_cmd_otr.h b/tests/test_cmd_otr.h
index d18c4f5d..83b34fe1 100644
--- a/tests/test_cmd_otr.h
+++ b/tests/test_cmd_otr.h
@@ -40,6 +40,7 @@ void cmd_otr_start_shows_message_when_in_muc(void **state);
 void cmd_otr_start_shows_message_when_in_private(void **state);
 void cmd_otr_start_shows_message_when_in_duck(void **state);
 void cmd_otr_start_shows_message_when_already_started(void **state);
+void cmd_otr_start_shows_message_when_no_key(void **state);
 #else
 void cmd_otr_shows_message_when_otr_unsupported(void **state);
 #endif