Added cmd_otr tests

This commit is contained in:
James Booth
2014-12-24 23:32:32 +00:00
parent aa4ffa7e8c
commit 419f37feea
7 changed files with 225 additions and 100 deletions

View File

@@ -1,2 +1,4 @@
void expect_cons_show(char *expected);
void expect_cons_show_error(char *expected);
void expect_ui_current_print_line(char *message);
void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message);