summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-09-03tests/proxy: Make sure GError is unset when call succeedsChristophe Fergeau1-0/+5
2014-09-03tests/proxy: Fix memory leaksChristophe Fergeau1-2/+17
2014-09-03tests/lastfm: Fix memory leakChristophe Fergeau1-0/+1
2014-09-03tests/oauth: Use oauthbin.com as the test serverChristophe Fergeau2-12/+12
2014-09-03tests: Remove more unused variables/codeChristophe Fergeau2-8/+0
2014-09-03tests: Remove unused 'session' variableChristophe Fergeau4-12/+0
2014-09-03tests: Don't call soup_message_headers_get with newer libsoupChristophe Fergeau1-0/+5
2014-09-03tests: Don't call g_type_init() on newer glibChristophe Fergeau10-0/+20
2014-08-25Allow to modify REST function in serialize_params vfuncChristophe Fergeau1-1/+2
2014-03-10tests/oauth: Bail out if we cannot connectEmmanuele Bassi2-0/+9
2012-06-16Drop obsolete g_thread_init()Martin Pitt10-10/+0
2011-04-13tests: Add test case for custom serializationMichal Mhr2-1/+166
2011-02-24tests: mark the XML test as known to failRoss Burton1-0/+2
2011-02-10xml-node: API for manually constructing and outputting XMLTomas Frydrych2-1/+87
2010-09-06tests: Add + to the OAuth escape testsRoss Burton1-2/+2
2010-09-02tests: add proxy-continuousRoss Burton2-1/+191
2010-09-02build: Enable test code coverage analysisRob Bradford1-2/+3
2010-05-26Add a oauth2 proxyJonathon Jongsma2-1/+58
2010-05-14lastfm: add very basic test caseRoss Burton2-1/+87
2010-05-14tests: oauth-async passes nowRoss Burton1-3/+0
2010-05-14tests/threaded: don't be verbose by defaultRoss Burton1-2/+5
2010-05-13tests/oauth: don't use _runRoss Burton1-3/+3
2010-04-15tests: mark oauth-async as known to failRoss Burton1-0/+3
2010-04-15tests: add a timeout to oauth-asyncRoss Burton1-0/+12
2009-10-12Fix compile warnings with const errorRoss Burton2-13/+15
2009-10-08Fix the endpoint in the oauth testRoss Burton1-1/+1
2009-10-08Split the Facebook and Flickr backends to librest-extrasRoss Burton2-2/+2
2009-10-08Fix oauth-async endpointRoss Burton1-1/+1
2009-08-03Add async OAuth test suiteRoss Burton2-1/+130
2009-08-03Port the oauth test to the new APIRoss Burton1-2/+2
2009-07-31Don't use localhost for the test, that can resolve to IPv6Ross Burton1-1/+1
2009-06-18Exit the server first, to avoid ORBit concurrency issuesRoss Burton1-0/+1
2009-06-18Use 127.0.0.1 instead of localhost because we're using IPv4Ross Burton1-1/+1
2009-05-29Add basic test case for threaded opsRoss Burton2-1/+111
2009-05-20Test the new accessorsRoss Burton1-1/+8
2009-05-20Add a Flickr test suiteRoss Burton2-2/+103
2009-04-27Update OAuth example and test to new APIRoss Burton1-5/+9
2009-04-14Add oauth test case using the OAuth test serverRoss Burton2-2/+88
2009-02-10Use g_strcmp0 instead of strcmpRoss Burton1-2/+2
2009-02-10Test user-agent handlingRoss Burton1-1/+46
2009-02-10Add some test TODOsRoss Burton1-0/+10
2009-02-10Rename echo.c to proxy.cRoss Burton2-3/+3
2009-02-10Add license header to the testsRoss Burton1-0/+24
2009-02-10Check success status handlingRoss Burton1-0/+30
2009-02-10Rename error to statusRoss Burton1-5/+5
2009-02-10Check error handlingRoss Burton1-0/+41
2009-02-10Check the response codeRoss Burton1-0/+16
2009-02-10Add ping testRoss Burton1-2/+33
2009-02-10Add a very basic test suiteRoss Burton2-0/+124
2009-02-10Add tests/Ross Burton1-0/+0