log libpurple/tests/test_util.c @ 32800:a3f4a6581bb6

age author description
Tue, 16 Aug 2011 06:49:37 +0000 Mark Doliner A unit test check from the EFF
Mon, 28 Feb 2011 09:19:34 +0000 Mark Doliner Add two valid email addresses to this list
Thu, 16 Dec 2010 00:56:44 +0000 Daniel Atallah Add two new tests to purple_str_to_time(). The second currently fails, but is the format used for our log files\!
Tue, 15 Jun 2010 01:28:17 +0000 Stu Tomlinson Catch some more invalid email addresses, thanks to Mark for additional
Mon, 14 Jun 2010 22:23:33 +0000 Mark Doliner Oh, let's put our original test cases in the two arrays, to make things
Mon, 14 Jun 2010 21:05:47 +0000 Mark Doliner Expand our test for purple_email_is_valid(). I stumbled across a large list
Sat, 01 May 2010 02:36:27 +0000 Paul Aurich util tests: Add a test for all the lower-ASCII control characters excluding the
Thu, 29 Apr 2010 17:17:00 +0000 Paul Aurich util: Better validation of the allowed character values in XML 1.0
Sun, 24 Jan 2010 05:15:33 +0000 Paul Aurich Fix a corner case where purple_markup_html_to_xhtml generated malformed XHTML.
Sat, 11 Jul 2009 07:32:27 +0000 Paul Aurich Add purple_ipv6_address_is_valid; guess what it does?
Fri, 10 Jul 2009 05:05:51 +0000 Mark Doliner Use assert_string_equal_free() instead of just assert_string_equal()
Thu, 02 Jul 2009 08:24:51 +0000 Mark Doliner * Use our assert_string_equal() macro instead of fail_unless(strcmp(), NULL)
Thu, 26 Mar 2009 07:27:05 +0000 Mark Doliner Cast away a few compile warnings in our "make check" tests, and add
Fri, 25 Jan 2008 02:12:41 +0000 Mark Doliner One more test. This is actually the one I cared about. It passes,
Fri, 25 Jan 2008 01:40:51 +0000 Mark Doliner Add a few tets to make sure we're catching some invalid email formats
Thu, 22 Nov 2007 16:37:08 +0000 Stu Tomlinson Fix the bug in purple_str_to_time() that was causing 'make check' to fail.
Thu, 08 Nov 2007 02:37:02 +0000 Stu Tomlinson Add a test for the html markup parsing to try to prevent a repeat of 2.2.2
Sat, 07 Apr 2007 04:43:50 +0000 Nathan Walp fix our string-to-time function, and add a couple tests for it
Sat, 24 Mar 2007 19:51:48 +0000 Stu Tomlinson Fix compiler warnings and errors in tests resulting from using DEBUG_CFLAGS
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/