about summary refs log tree commit diff stats
path: root/tests/testsuite.c
Commit message (Expand)AuthorAgeFilesLines
* Test for password usage on /joinJames Booth2014-03-081-0/+1
* Added test for account muc_service usageJames Booth2014-03-081-0/+1
* Added test for using account->muc_nickJames Booth2014-03-081-0/+1
* Added test for /join with nick optionJames Booth2014-03-081-0/+1
* Added invalid jid test for /joinJames Booth2014-03-081-0/+1
* Added test to show usage when no room supplied to /joinJames Booth2014-03-081-0/+1
* Added connection status tests for cmd_joinJames Booth2014-03-081-0/+5
* Test /otr start sends OTR query message to current recipientJames Booth2014-02-231-0/+1
* Added test for /otr start when no key loadedJames Booth2014-02-231-0/+1
* Fixed issue with /otr myfp when no key loadedJames Booth2014-02-231-0/+1
* Added test for /otr start when already in OTR sessionJames Booth2014-02-231-0/+1
* Added tests for /otr start from non chat windowsJames Booth2014-02-231-0/+4
* Test /otr theirfpJames Booth2014-02-171-0/+1
* Test for /otr theirfp in non OTR windowJames Booth2014-02-171-0/+1
* Added test for /otr theirfp when in other non chat windowsJames Booth2014-02-171-0/+3
* Added test for /otr theirfp when in consoleJames Booth2014-02-171-0/+1
* Added /otr myfp testJames Booth2014-02-171-0/+1
* Added connection status tests for /otr myfpJames Booth2014-02-161-0/+5
* Added connection status tests for /otr genJames Booth2014-02-161-0/+5
* Test /otr genJames Booth2014-02-161-0/+1
* Added test for message when no connected /otr genJames Booth2014-02-161-0/+1
* Refactor test setup and teardown functionsJames Booth2014-02-161-31/+31
* Added test for /otr libverJames Booth2014-02-161-0/+1
* Added tests for /otr warnJames Booth2014-02-161-0/+8
* Added tests for /otr logJames Booth2014-02-161-0/+18
* Added cmd_otr testsJames Booth2014-02-161-0/+9
* Removed manual logging of test resultsJames Booth2014-02-121-34/+1
* Joined testsuites (allows for total test count)James Booth2014-02-021-50/+2
* Test message when removing autojoin for non existent bookmarkJames Booth2014-02-021-0/+1
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-021-0/+1
* Added message when bookmark updatedJames Booth2014-02-021-0/+1
* Added /bookmark remove testsJames Booth2014-02-021-0/+2
* Added test for when autojoin no nick on /bookmark addJames Booth2014-02-021-0/+1
* Added cmd_bookmark testsJames Booth2014-02-011-0/+7
* Added test for /bookmark listJames Booth2014-02-011-0/+1
* Moved test helpersJames Booth2014-02-011-1/+1
* Fixed cmd_bookmark message when not connectedJames Booth2014-02-011-0/+5
* Added cmd_bookmark testsJames Booth2014-02-011-0/+7
* Added muc room active testsJames Booth2014-01-311-0/+2
* Added muc invite count testsJames Booth2014-01-301-0/+2
* Added setup and teardown for muc testsJames Booth2014-01-301-2/+2
* Added muc remove invite testJames Booth2014-01-301-0/+1
* Added muc testsJames Booth2014-01-301-0/+6
* Added presence_error tests, added muc_close()James Booth2014-01-301-4/+9
* Move all test output to ./testsuite.out, show single line pass/failJames Booth2014-01-291-2/+12
* Added message stanza error testsJames Booth2014-01-281-2/+9
* Moved error handling logic to server_eventsJames Booth2014-01-281-0/+1
* Renamed preferences setup and teardown test functionsJames Booth2014-01-281-44/+44
* Fixed double free'ing in testsJames Booth2014-01-281-7/+7
* Don't allow /alias to overwrite standard commandJames Booth2014-01-251-3/+3