Added cmd_win test

This commit is contained in:
James Booth
2014-04-01 23:14:53 +01:00
parent 404dde2810
commit 96e32fe178
4 changed files with 27 additions and 0 deletions

View File

@@ -64,4 +64,7 @@ void ui_room_join_expect(char *room);
void mock_cons_show_roster(void);
void cons_show_roster_expect(GSList *list);
void mock_ui_win_exists(void);
void ui_win_exists_expect_and_return(int given_index, gboolean result);
#endif