Added tests for "/account enable"

This commit is contained in:
James Booth
2013-12-15 23:51:29 +00:00
parent b2f4570886
commit 4216949b2e
4 changed files with 73 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ void accounts_free_account(ProfAccount *account)
gboolean accounts_enable(const char * const name)
{
check_expected(name);
return (gboolean)mock();
}