| Commit message (Expand) | Author | Age | Files | Lines |
* | Added cmd_connect test for repeated server property | James Booth | 2014-01-18 | 1 | -0/+1 |
* | Added cmd_connect tests for connecting server and port | James Booth | 2014-01-18 | 1 | -1/+3 |
* | Added cmd_connect tests for argument validation | James Booth | 2014-01-18 | 1 | -0/+8 |
* | Removed roster_list tests covered by contact tests | James Booth | 2014-01-05 | 1 | -2/+0 |
* | Added contact tests | James Booth | 2014-01-05 | 1 | -0/+17 |
* | Added contact presence offline test | James Booth | 2014-01-05 | 1 | -0/+1 |
* | Added tests for contact type | James Booth | 2014-01-05 | 1 | -0/+8 |
* | Test usage shown for /sub | James Booth | 2013-12-27 | 1 | -0/+1 |
* | Added /sub command test | James Booth | 2013-12-27 | 1 | -0/+4 |
* | Added tests for "/account clear <property>" | James Booth | 2013-12-27 | 1 | -0/+5 |
* | Test for presence update when changing priority | James Booth | 2013-12-27 | 1 | -0/+1 |
* | Changed messages on invalid priorities | James Booth | 2013-12-27 | 1 | -2/+4 |
* | Test priority above upper bounds | James Booth | 2013-12-27 | 1 | -0/+1 |
* | Test priority below lower bounds | James Booth | 2013-12-27 | 1 | -0/+1 |
* | Added test for showing message when changing priority | James Booth | 2013-12-26 | 1 | -0/+1 |
* | Added mocks and stubs for cons_show | James Booth | 2013-12-19 | 1 | -1/+1 |
* | Added tests for setting presence priorities | James Booth | 2013-12-17 | 1 | -0/+5 |
* | Added tests for "/account set <status> <priority>" with invalid status | James Booth | 2013-12-17 | 1 | -0/+2 |
* | Added tests for "/account set status" | James Booth | 2013-12-17 | 1 | -0/+5 |
* | Tests valid and invalid resource presence strings | James Booth | 2013-12-17 | 1 | -0/+8 |
* | Added tests for "/account set muc" and "/account set nick" | James Booth | 2013-12-17 | 1 | -0/+4 |
* | Added tests for "/account set password" | James Booth | 2013-12-17 | 1 | -0/+2 |
* | Added tests for "/account set resource" | James Booth | 2013-12-17 | 1 | -0/+2 |
* | Added tests for "/account set server" | James Booth | 2013-12-17 | 1 | -0/+2 |
* | Added validation tests for "/account set" and "/account set jid" | James Booth | 2013-12-16 | 1 | -44/+52 |
* | Added tests for "/account rename" | James Booth | 2013-12-16 | 1 | -0/+5 |
* | Added tests for "/account disable" | James Booth | 2013-12-15 | 1 | -0/+4 |
* | Added tests for "/account enable" | James Booth | 2013-12-15 | 1 | -0/+4 |
* | Test "/account add" shows message on success | James Booth | 2013-12-15 | 1 | -0/+1 |
* | Test "/account add <account>" adds account | James Booth | 2013-12-15 | 1 | -0/+1 |
* | Test "/account add" with missing arg | James Booth | 2013-12-15 | 1 | -0/+1 |
* | Test "/account show <account>" when account exists | James Booth | 2013-12-15 | 1 | -0/+1 |
* | Test "/account show" when no account does not exist | James Booth | 2013-12-15 | 1 | -0/+1 |
* | Added "/account show" test when no account supplied | James Booth | 2013-12-15 | 1 | -0/+1 |
* | Test "/account list" | James Booth | 2013-12-15 | 1 | -0/+1 |
* | Added cmd_account test | James Booth | 2013-12-15 | 1 | -0/+4 |
* | Test account free'd after connect | James Booth | 2013-12-15 | 1 | -0/+1 |
* | Added tests for connecting with account | James Booth | 2013-12-15 | 1 | -0/+1 |
* | Added test for message when connecting via account | James Booth | 2013-12-15 | 1 | -0/+1 |
* | Added ask for password test when connecting with an account | James Booth | 2013-12-15 | 1 | -0/+1 |
* | Tests lowercasing argument on cmd_connect | James Booth | 2013-12-15 | 1 | -1/+2 |
* | Added mock log module | James Booth | 2013-12-15 | 1 | -0/+2 |
* | Moved _ask_password to UI module | James Booth | 2013-12-15 | 1 | -0/+1 |
* | Added cmd_connect tests | James Booth | 2013-12-15 | 1 | -2/+8 |
* | Mocked account preferences and tested cmd_rooms | James Booth | 2013-12-14 | 1 | -2/+8 |
* | Added roster_list tests to cmocka | James Booth | 2013-12-14 | 1 | -0/+22 |
* | Added parser tests to cmocka | James Booth | 2013-12-14 | 1 | -1/+44 |
* | Added history and jid tests to cmocka | James Booth | 2013-12-14 | 1 | -2/+42 |
* | Moved autocomplete tests to cmocka | James Booth | 2013-12-14 | 1 | -2/+14 |
* | Moved common tests to cmocka | James Booth | 2013-12-14 | 1 | -12/+45 |