summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2009-08-04use test_init and test_deinit in tests so memory is properly freed and valgri...Guillaume Desmottes9-34/+65
2009-08-04add test_init and test_deinit helpersGuillaume Desmottes2-0/+22
2009-08-04Use local wocky_tls_* instead of g_tls_* and gio instead of gnio.Vivek Dasmohapatra5-13/+14
2009-08-04Bogus if condition removed.Vivek Dasmohapatra1-1/+0
2009-08-04Test the wocky_xmpp_node_unpack_error function.Vivek Dasmohapatra1-0/+184
2009-08-04Cleanup some old DEBUG we don't need any more.Vivek Dasmohapatra1-12/+1
2009-08-04Duplicate applicable XMPP+TLS tests for the XMPP+SSL code path(s).Vivek Dasmohapatra1-0/+334
2009-08-04Tweak the timing of some of the server-death tests (also, sleep not needed)Vivek Dasmohapatra1-8/+4
2009-08-04Removed some stray empty comments + a couple of tests were misnamedVivek Dasmohapatra1-5/+5
2009-08-04TLS_REQUIRED/PLAINTEXT_OK vs TRUE/FALSE. More old-SSL tests.Vivek Dasmohapatra1-112/+426
2009-08-04Fix comment describing test-spec structure. Use PLAIN/DIGEST vs TRUE/FALSE.Vivek Dasmohapatra1-57/+57
2009-08-04First batch of old-style SSL testsVivek Dasmohapatra1-2/+203
2009-08-04Implement old-style SSL in test XMPP server.Vivek Dasmohapatra1-5/+46
2009-08-04Improve test coverage in corner cases.Vivek Dasmohapatra3-7/+95
2009-08-04Split connector-problems into smaller logical groupsVivek Dasmohapatra3-204/+260
2009-08-04Old style jabber-auth tests.Vivek Dasmohapatra1-1/+147
2009-08-04Implement old-style jabber auth in the test server.Vivek Dasmohapatra2-15/+260
2009-08-04Add ID paramater to stream open methods (needed for server stream open)Vivek Dasmohapatra6-12/+12
2009-08-04Store and return the XMPP Stream Session IDVivek Dasmohapatra6-16/+38
2009-07-29wocky-porter-test: add test_close_force_after_errorGuillaume Desmottes1-0/+56
2009-07-29test_close_force: we have to wait for 3 events, not 2Guillaume Desmottes1-1/+1
2009-07-22wocky-porter-test: test to call force_close in the remote-error callbackGuillaume Desmottes1-2/+19
2009-07-22test wocky_porter_force_close_asyncGuillaume Desmottes1-0/+85
2009-07-22test wocky_xmpp_connection_force_close_asyncGuillaume Desmottes1-0/+41
2009-07-21wocky-connector: use WockyXmppStreamError errors instead of a generic oneGuillaume Desmottes1-4/+5
2009-07-20wocky_xmpp_stanza_to_gerror: set a default message if there is no text nodeGuillaume Desmottes1-2/+2
2009-07-20wocky-porter-test.c: add test_stream_errorGuillaume Desmottes1-0/+52
2009-07-20test wocky_xmpp_stanza_to_gerrorGuillaume Desmottes1-0/+75
2009-07-20Removed extra / in resource string.Vivek Dasmohapatra1-1/+1
2009-07-20Extend test coverage to a few more corner cases.Vivek Dasmohapatra3-33/+59
2009-07-20Handle XMPP stream errors in the connector.Vivek Dasmohapatra1-1/+48
2009-07-20Implement XMPP errors at the various stages where we receive a stanza.Vivek Dasmohapatra2-7/+60
2009-07-17wocky-porter-test: check that the 'closing' signal is firedGuillaume Desmottes1-1/+12
2009-07-16add test_cancel_iq_closingGuillaume Desmottes1-0/+33
2009-07-15wocky-porter-test: add test_close_errorGuillaume Desmottes1-0/+49
2009-07-15wocky_test_input_stream_set_read_error: if there is a pending read operation,...Guillaume Desmottes1-2/+11
2009-07-14unref the channel, not the socket in the test.Vivek Dasmohapatra1-4/+6
2009-07-14Break out long if condition.Vivek Dasmohapatra1-2/+5
2009-07-14Minor leak in the test suite.Vivek Dasmohapatra1-0/+2
2009-07-14Casting style (whitespace)Vivek Dasmohapatra1-5/+4
2009-07-14Store, check and free the returned jid.Vivek Dasmohapatra1-5/+9
2009-07-14Add brief comments desribing first block of test cases.Vivek Dasmohapatra1-0/+26
2009-07-14Kick off the test in a g_idle… - this prevents a race where a very earlyVivek Dasmohapatra1-6/+12
2009-07-14Delete any __db. BDB tmp/lock files, they cause SASL deadlocks inVivek Dasmohapatra1-0/+11
2009-07-14Wait for the server process (if any) to exit before proceeding to the next test.Vivek Dasmohapatra1-1/+6
2009-07-14Style typo. Add comment explaining why stderr is redirected in this case.Vivek Dasmohapatra1-1/+5
2009-07-14Mask an error from the dummy xmpp server in the TLS-failed test.Vivek Dasmohapatra1-2/+90
2009-07-14All the test binaries should depend on libwocky.la,Vivek Dasmohapatra1-1/+9
2009-07-14Need to pause a little longer when the bind fails before retrying.Vivek Dasmohapatra1-1/+1
2009-07-14remove #if/#endif used to comment tests out during test development.Vivek Dasmohapatra1-2/+2