Added cmd_connect tests

This commit is contained in:
James Booth
2014-12-24 21:34:11 +00:00
parent 3487100c0f
commit 5319a03aeb
8 changed files with 132 additions and 115 deletions

View File

@@ -41,6 +41,7 @@ gchar** accounts_get_list(void)
ProfAccount* accounts_get_account(const char * const name)
{
check_expected(name);
return (ProfAccount*)mock();
}