summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-06-02don't use for loop variable declarationsGuillaume Desmottes1-1/+2
2014-06-02test-sasl-auth-server: NULL terminate the handlers arrayGuillaume Desmottes1-1/+1
2014-06-02test-sasl-auth-server: remove unread assignationsGuillaume Desmottes1-2/+2
2014-06-02dummy-xmpp-server.c: add mising 'return' in main()Guillaume Desmottes1-1/+1
2013-08-09Merge branch 'gabble-0.18'Simon McVittie1-29/+1
2013-08-09Fix examples' and tests' dependenciesSimon McVittie1-29/+1
2013-08-09Include more test certificates in the tarball, so we can distcheckSimon McVittie1-1/+4
2013-08-09some tests: give better diagnostics on failureSimon McVittie2-56/+139
2013-08-09Tests: don't assume that other things can sneak in ahead of cancellationSimon McVittie5-5/+23
2013-08-09wocky-dummy-xmpp-server: don't turn off non-blocking on the socketSimon McVittie1-4/+0
2013-08-09wocky-xmpp-reader-test: don't assume non-characters will be replacedSimon McVittie1-7/+36
2013-08-09wocky-connector-test: stop putting sockets in blocking modeSimon McVittie1-13/+0
2013-05-30Require GLib 2.32Simon McVittie5-21/+0
2013-03-20Regression tests for malformed FORM_TYPE crashesWill Thompson1-0/+126
2013-03-20Regression test for hashing anonymous fieldsWill Thompson1-0/+47
2013-02-22connector-test: use properly-named variables.Will Thompson1-9/+9
2013-02-22Fix wocky-connector-testWill Thompson1-2/+4
2013-02-20Correctly extract type='' from unrecognised errorsWill Thompson1-0/+48
2013-02-20tests: define bug base in test_init().Will Thompson2-1/+1
2013-01-22connector-test: avoid using system-wide CAsWill Thompson1-0/+4
2012-12-06Make wocky_node_{add,prepend}_node_tree return the nodeWill Thompson1-1/+4
2012-12-06Add wocky_node_iter_remove()Will Thompson1-0/+30
2012-12-05tests: sort the MakefileWill Thompson1-133/+131
2012-11-21Merge branch 'wildcarded-certificate-check'Will Thompson20-23/+948
2012-11-12Test WockyXmppReader:default-namespace.Will Thompson1-0/+69
2012-11-12stanza: check the namespace when determining typeWill Thompson1-0/+22
2012-08-30connector test: set TCP_NODELAY for both server and client socketsJonny Lamb1-0/+28
2012-06-19Add unit test for see-other-host stream errorXavier Claessens3-59/+172
2012-05-10Add CRL tests to connector test listVivek Dasmohapatra1-0/+55
2012-05-10Recreate CRL for revoked cert testVivek Dasmohapatra4-0/+116
2012-05-09Self signed certs should still have the CA bit set (was making a test fail)Vivek Dasmohapatra2-22/+22
2012-05-09Add tests for matched, unmatched and bad wildcards for STARTTLS and SSLVivek Dasmohapatra3-1/+101
2012-05-09Add defines for new ssl certificates for wildcard testsVivek Dasmohapatra1-0/+10
2012-05-09Add good and bad wildcard certificates, provide a helper for creating new certsVivek Dasmohapatra7-0/+640
2012-05-09Update the PEM hashes so that OpenSSL multi-CA tests work againVivek Dasmohapatra4-0/+4
2012-04-05Removed remaining CRL define in testsNicolas Dufresne1-2/+1
2012-04-05Check the validity of TLS_CA_CRT_FILE and TLS_CRL_DIRSiraj Razick1-0/+3
2012-04-04add missing config.h includesGuillaume Desmottes32-1/+126
2012-04-04wocky-xmpp-readwrite-test.c: rename VERSION to XMPP_VERSIONGuillaume Desmottes1-3/+3
2012-04-03Remove wocky_tls_session_add_crlNicolas Dufresne6-82/+1
2012-04-03tests/Makefile: fix warnings when running autoreconfJonny Lamb1-9/+9
2012-02-06Namespace debug flags.Will Thompson1-1/+1
2012-02-06Move most of debug.h to debug-internal.hWill Thompson1-1/+1
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson35-95/+43
2012-02-01Merge remote-tracking branch 'siraj/mingw32-warn'Jonny Lamb1-2/+3
2012-02-01test-helper: give sched_close_cb a more debuggable assertionWill Thompson1-2/+6
2012-02-01porter-test: fix /handler-stanzaWill Thompson1-1/+2
2012-01-31C2SPorter: reply to unhandled IQ get/sets.Will Thompson1-0/+64
2012-01-30PepService::changed: pass <item> element to callbackWill Thompson1-13/+47
2012-01-30PepService: return <item> node from get()Will Thompson1-2/+7