Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Fail test for travis" | James Booth | 2014-02-23 | 1 | -1/+1 |
| | | | | This reverts commit 4c1634610c562751868b4b3245e44a41a2af8d10. | ||||
* | Fail test for travis | James Booth | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | Test /otr theirfp | James Booth | 2014-02-17 | 5 | -0/+45 |
| | |||||
* | Test for /otr theirfp in non OTR window | James Booth | 2014-02-17 | 5 | -0/+34 |
| | |||||
* | Added test for /otr theirfp when in other non chat windows | James Booth | 2014-02-17 | 3 | -2/+29 |
| | |||||
* | Added test for /otr theirfp when in console | James Booth | 2014-02-17 | 5 | -0/+43 |
| | |||||
* | Added /otr myfp test | James Booth | 2014-02-17 | 7 | -5/+65 |
| | |||||
* | Added connection status tests for /otr myfp | James Booth | 2014-02-16 | 3 | -0/+36 |
| | |||||
* | Fixed previous tests | James Booth | 2014-02-16 | 1 | -2/+2 |
| | |||||
* | Added connection status tests for /otr gen | James Booth | 2014-02-16 | 3 | -0/+50 |
| | |||||
* | Test /otr gen | James Booth | 2014-02-16 | 5 | -7/+26 |
| | |||||
* | Added test for message when no connected /otr gen | James Booth | 2014-02-16 | 3 | -0/+17 |
| | |||||
* | Mock otr module for cmd_otr tests | James Booth | 2014-02-16 | 5 | -4/+70 |
| | |||||
* | Refactor test setup and teardown functions | James Booth | 2014-02-16 | 3 | -36/+68 |
| | |||||
* | Added conditional include in cmd_otr tests | James Booth | 2014-02-16 | 1 | -1/+5 |
| | |||||
* | Added test for /otr libver | James Booth | 2014-02-16 | 3 | -0/+20 |
| | |||||
* | Added tests for /otr warn | James Booth | 2014-02-16 | 5 | -0/+95 |
| | |||||
* | Added tests for /otr log | James Booth | 2014-02-16 | 3 | -0/+166 |
| | |||||
* | Added cmd_otr tests | James Booth | 2014-02-16 | 3 | -0/+61 |
| | |||||
* | Removed manual logging of test results | James Booth | 2014-02-12 | 1 | -34/+1 |
| | | | | Cmocka on more recent distros already has this functionality | ||||
* | Joined testsuites (allows for total test count) | James Booth | 2014-02-02 | 1 | -50/+2 |
| | |||||
* | Test message when removing autojoin for non existent bookmark | James Booth | 2014-02-02 | 3 | -0/+21 |
| | |||||
* | Show message on /bookmark remove when bookmark does not exist | James Booth | 2014-02-02 | 7 | -9/+35 |
| | |||||
* | Added message when bookmark updated | James Booth | 2014-02-02 | 5 | -9/+35 |
| | |||||
* | Added /bookmark remove tests | James Booth | 2014-02-02 | 5 | -0/+65 |
| | |||||
* | Added test for when autojoin no nick on /bookmark add | James Booth | 2014-02-02 | 3 | -0/+21 |
| | |||||
* | Added cons message on ./bookmark add | James Booth | 2014-02-02 | 1 | -0/+10 |
| | |||||
* | Added cmd_bookmark tests | James Booth | 2014-02-01 | 7 | -0/+221 |
| | |||||
* | Changed name of expected values in tests | James Booth | 2014-02-01 | 1 | -4/+4 |
| | |||||
* | Added test for /bookmark list | James Booth | 2014-02-01 | 9 | -1/+167 |
| | |||||
* | Moved test helpers | James Booth | 2014-02-01 | 3 | -1/+1 |
| | |||||
* | Fixed cmd_bookmark message when not connected | James Booth | 2014-02-01 | 3 | -0/+49 |
| | |||||
* | Added cmd_bookmark tests | James Booth | 2014-02-01 | 3 | -0/+38 |
| | |||||
* | Added muc room active tests | James Booth | 2014-01-31 | 3 | -0/+27 |
| | |||||
* | Added muc invite count tests | James Booth | 2014-01-30 | 3 | -0/+24 |
| | |||||
* | Added setup and teardown for muc tests | James Booth | 2014-01-30 | 3 | -8/+15 |
| | |||||
* | Close muc after test | James Booth | 2014-01-30 | 1 | -0/+4 |
| | |||||
* | Added muc remove invite test | James Booth | 2014-01-30 | 3 | -1/+15 |
| | |||||
* | Added muc tests | James Booth | 2014-01-30 | 3 | -0/+25 |
| | |||||
* | Added presence_error tests, added muc_close() | James Booth | 2014-01-30 | 5 | -16/+120 |
| | |||||
* | Move all test output to ./testsuite.out, show single line pass/fail | James Booth | 2014-01-29 | 1 | -2/+12 |
| | |||||
* | Added message stanza error tests | James Booth | 2014-01-28 | 5 | -7/+101 |
| | |||||
* | Moved error handling logic to server_events | James Booth | 2014-01-28 | 5 | -0/+32 |
| | |||||
* | Renamed preferences setup and teardown test functions | James Booth | 2014-01-28 | 3 | -48/+48 |
| | |||||
* | Fixed double free'ing in tests | James Booth | 2014-01-28 | 3 | -10/+10 |
| | |||||
* | Don't allow /alias to overwrite standard command | James Booth | 2014-01-25 | 2 | -4/+6 |
| | |||||
* | Added help for /alias command | James Booth | 2014-01-25 | 1 | -5/+5 |
| | |||||
* | Added aliases to autocomplete | James Booth | 2014-01-23 | 1 | -0/+1 |
| | |||||
* | Show message when alias already exists in /alias add | James Booth | 2014-01-23 | 3 | -0/+20 |
| | |||||
* | Added /alias command, writing aliases to [alias] group in profrc | James Booth | 2014-01-23 | 5 | -0/+202 |
| |