Added tests for "/account disable"

This commit is contained in:
James Booth
2013-12-15 23:55:59 +00:00
parent 4216949b2e
commit 3c0bbed717
4 changed files with 73 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ gboolean accounts_enable(const char * const name)
gboolean accounts_disable(const char * const name)
{
check_expected(name);
return (gboolean)mock();
}