aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check.c
Commit message (Collapse)AuthorAgeLines
* Added jabber_util unittests (buddy_add/_by_jid only ATM).Wilmer van der Gaast2008-06-22-0/+4
|
* Improved sasl_get_part() to deal with whitespace in challenge strings, asWilmer van der Gaast2008-02-16-0/+4
| | | | | described in RFC 2831 secion 7.1 (the #rule description). Closes bug #362.
* Adding test for arc.c so that I can now safely replace the RC4 code with aWilmer van der Gaast2007-10-07-0/+4
| | | | | (compatible) ArcFour implementation.
* Add tests for setJelmer Vernooij2007-01-21-0/+4
|
* Add testsuite for crypting.Jelmer Vernooij2007-01-21-0/+4
|
* Add unit testing for user codeJelmer Vernooij2007-01-21-0/+14
|
* Refactor the help code to take a filename rather than using the global struct.Jelmer Vernooij2006-12-24-0/+4
|
* Fix check for non-debug builds.Jelmer Vernooij2006-12-24-0/+2
|
* Some simple tests for irc_*()Jelmer Vernooij2006-12-06-0/+15
|
* Support arguments passed to tests/check to enable verbose logging or Jelmer Vernooij2006-12-06-3/+25
| | | | | to disable forking (for debugging purposes).
* Add tests for md5.Jelmer Vernooij2006-12-06-0/+18
|
* Add checks for nick functions as well, fix bug where nick lengths weren't Jelmer Vernooij2006-06-16-0/+15
| | | | | being honored.
* Add unit testing infrastructure.Jelmer Vernooij2006-06-16-0/+17