Added test for /otr start when no key loaded

This commit is contained in:
James Booth
2014-02-23 21:02:02 +00:00
parent 18e0884f5f
commit da058359ac
3 changed files with 20 additions and 0 deletions

View File

@@ -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