summaryrefslogtreecommitdiff
path: root/tests/forms-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-0/+2
* tests: remove debug_printf()s that are redundant with test namesDan Winship2014-03-151-8/+0
* tests: split up some test programs into more testsDan Winship2014-03-151-38/+58
* tests: skip individual tests rather than whole test programsDan Winship2014-02-171-12/+15
* tests: use TAP, and install the testsDan Winship2014-02-081-1/+1
* tests: Add resources/* to soup-test.gresource, add utility functionsDan Winship2014-02-081-3/+3
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-47/+22
* tests: ignore proxy settingsDan Winship2014-01-071-0/+4
* tests: do skipped tests properlyDan Winship2013-02-191-0/+12
* Clean up includesDan Winship2012-07-131-18/+2
* SoupSession: add some API for handling redirectionsDan Winship2011-11-051-3/+1
* tests: remove a redundant GOptionEntry flag that now causes a warningDan Winship2011-03-111-1/+1
* Add test for soup_form_decode().Sven Neumann2011-01-181-0/+32
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-111-0/+1
* soup_multipart_new_from_message: fix to work with binary attachmentsDan Winship2009-11-211-7/+13
* Bug 576583 - Tests fail if "localhost" resolves to ::1Dan Winship2009-03-271-2/+2
* add some more warning CFLAGS, inspired by Benjamin Otte's blog post,Dan Winship2008-12-231-2/+2
* Correctly handle forms that have URI-encoded parameter names. #563302,Dan Winship2008-12-051-3/+3
* New type and methods for working with multipart HTTP bodies (eg,Dan Winship2008-10-011-0/+432