Added test for /otr theirfp when in console

This commit is contained in:
James Booth
2014-02-17 22:14:33 +00:00
parent 82ad0cd306
commit 4afec6ab5e
5 changed files with 43 additions and 0 deletions

View File

@@ -54,4 +54,7 @@ void stub_ui_current_refresh(void);
void mock_ui_current_print_formatted_line(void);
void ui_current_print_formatted_line_expect(char show_char, int attrs, char *message);
void mock_ui_current_print_line(void);
void ui_current_print_line_expect(char *message);
#endif