Added cmd_win tests

This commit is contained in:
James Booth
2014-12-25 00:08:46 +00:00
parent 9537592b52
commit 5929605440
4 changed files with 12 additions and 5 deletions

View File

@@ -53,8 +53,11 @@ GSList* ui_get_recipients(void)
}
void ui_handle_special_keys(const wint_t * const ch, const int result) {}
gboolean ui_switch_win(const int i)
{
check_expected(i);
return (gboolean)mock();
return FALSE;
}