about summary refs log tree commit diff stats
path: root/tests/test_cmd_account.c
Commit message (Expand)AuthorAgeFilesLines
* Added common mock functions and fixed testsJames Booth2013-12-181-9/+9
* Added tests for setting presence prioritiesJames Booth2013-12-171-10/+121
* Added tests for "/account set <status> <priority>" with invalid statusJames Booth2013-12-171-0/+34
* Added tests for "/account set status"James Booth2013-12-171-0/+95
* Removed help->usage when not used in testsJames Booth2013-12-171-15/+0
* Added tests for "/account set muc" and "/account set nick"James Booth2013-12-171-0/+82
* Added tests for "/account set password"James Booth2013-12-171-0/+41
* Added tests for "/account set resource"James Booth2013-12-171-0/+41
* Added tests for "/account set server"James Booth2013-12-171-0/+41
* Added validation tests for "/account set" and "/account set jid"James Booth2013-12-161-0/+146
* Use expect_any when testing something else in cmd_account testsJames Booth2013-12-161-7/+7
* Added tests for "/account rename"James Booth2013-12-161-6/+87
* Added tests for "/account disable"James Booth2013-12-151-0/+64
* Added tests for "/account enable"James Booth2013-12-151-0/+64
* Test "/account add" shows message on successJames Booth2013-12-151-0/+16
* Test "/account add <account>" adds accountJames Booth2013-12-151-2/+17
* Test "/account add" with missing argJames Booth2013-12-151-0/+14
* Test "/account show <account>" when account existsJames Booth2013-12-151-1/+20
* Test "/account show" when no account does not existJames Booth2013-12-151-0/+17
* Added "/account show" test when no account suppliedJames Booth2013-12-151-1/+15
* Test "/account list"James Booth2013-12-151-1/+24
* Added cmd_account testJames Booth2013-12-151-0/+49