Added test for valid window switch

This commit is contained in:
James Booth
2014-04-01 23:33:12 +01:00
parent 96e32fe178
commit 7113b97952
3 changed files with 16 additions and 1 deletions

View File

@@ -67,4 +67,6 @@ 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);
void ui_switch_win_expect(int given_i);
#endif