index
:
wocky
gabble-0.12
gabble-0.14
gabble-0.16
gabble-0.18
master
salut-0.8
Wocky XMPP library (mirrored from https://gitlab.freedesktop.org/telepathy/wocky)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-04
use test_init and test_deinit in tests so memory is properly freed and valgri...
Guillaume Desmottes
9
-34
/
+65
2009-08-04
add test_init and test_deinit helpers
Guillaume Desmottes
2
-0
/
+22
2009-08-04
Use local wocky_tls_* instead of g_tls_* and gio instead of gnio.
Vivek Dasmohapatra
5
-13
/
+14
2009-08-04
Bogus if condition removed.
Vivek Dasmohapatra
1
-1
/
+0
2009-08-04
Test the wocky_xmpp_node_unpack_error function.
Vivek Dasmohapatra
1
-0
/
+184
2009-08-04
Cleanup some old DEBUG we don't need any more.
Vivek Dasmohapatra
1
-12
/
+1
2009-08-04
Duplicate applicable XMPP+TLS tests for the XMPP+SSL code path(s).
Vivek Dasmohapatra
1
-0
/
+334
2009-08-04
Tweak the timing of some of the server-death tests (also, sleep not needed)
Vivek Dasmohapatra
1
-8
/
+4
2009-08-04
Removed some stray empty comments + a couple of tests were misnamed
Vivek Dasmohapatra
1
-5
/
+5
2009-08-04
TLS_REQUIRED/PLAINTEXT_OK vs TRUE/FALSE. More old-SSL tests.
Vivek Dasmohapatra
1
-112
/
+426
2009-08-04
Fix comment describing test-spec structure. Use PLAIN/DIGEST vs TRUE/FALSE.
Vivek Dasmohapatra
1
-57
/
+57
2009-08-04
First batch of old-style SSL tests
Vivek Dasmohapatra
1
-2
/
+203
2009-08-04
Implement old-style SSL in test XMPP server.
Vivek Dasmohapatra
1
-5
/
+46
2009-08-04
Improve test coverage in corner cases.
Vivek Dasmohapatra
3
-7
/
+95
2009-08-04
Split connector-problems into smaller logical groups
Vivek Dasmohapatra
3
-204
/
+260
2009-08-04
Old style jabber-auth tests.
Vivek Dasmohapatra
1
-1
/
+147
2009-08-04
Implement old-style jabber auth in the test server.
Vivek Dasmohapatra
2
-15
/
+260
2009-08-04
Add ID paramater to stream open methods (needed for server stream open)
Vivek Dasmohapatra
6
-12
/
+12
2009-08-04
Store and return the XMPP Stream Session ID
Vivek Dasmohapatra
6
-16
/
+38
2009-07-29
wocky-porter-test: add test_close_force_after_error
Guillaume Desmottes
1
-0
/
+56
2009-07-29
test_close_force: we have to wait for 3 events, not 2
Guillaume Desmottes
1
-1
/
+1
2009-07-22
wocky-porter-test: test to call force_close in the remote-error callback
Guillaume Desmottes
1
-2
/
+19
2009-07-22
test wocky_porter_force_close_async
Guillaume Desmottes
1
-0
/
+85
2009-07-22
test wocky_xmpp_connection_force_close_async
Guillaume Desmottes
1
-0
/
+41
2009-07-21
wocky-connector: use WockyXmppStreamError errors instead of a generic one
Guillaume Desmottes
1
-4
/
+5
2009-07-20
wocky_xmpp_stanza_to_gerror: set a default message if there is no text node
Guillaume Desmottes
1
-2
/
+2
2009-07-20
wocky-porter-test.c: add test_stream_error
Guillaume Desmottes
1
-0
/
+52
2009-07-20
test wocky_xmpp_stanza_to_gerror
Guillaume Desmottes
1
-0
/
+75
2009-07-20
Removed extra / in resource string.
Vivek Dasmohapatra
1
-1
/
+1
2009-07-20
Extend test coverage to a few more corner cases.
Vivek Dasmohapatra
3
-33
/
+59
2009-07-20
Handle XMPP stream errors in the connector.
Vivek Dasmohapatra
1
-1
/
+48
2009-07-20
Implement XMPP errors at the various stages where we receive a stanza.
Vivek Dasmohapatra
2
-7
/
+60
2009-07-17
wocky-porter-test: check that the 'closing' signal is fired
Guillaume Desmottes
1
-1
/
+12
2009-07-16
add test_cancel_iq_closing
Guillaume Desmottes
1
-0
/
+33
2009-07-15
wocky-porter-test: add test_close_error
Guillaume Desmottes
1
-0
/
+49
2009-07-15
wocky_test_input_stream_set_read_error: if there is a pending read operation,...
Guillaume Desmottes
1
-2
/
+11
2009-07-14
unref the channel, not the socket in the test.
Vivek Dasmohapatra
1
-4
/
+6
2009-07-14
Break out long if condition.
Vivek Dasmohapatra
1
-2
/
+5
2009-07-14
Minor leak in the test suite.
Vivek Dasmohapatra
1
-0
/
+2
2009-07-14
Casting style (whitespace)
Vivek Dasmohapatra
1
-5
/
+4
2009-07-14
Store, check and free the returned jid.
Vivek Dasmohapatra
1
-5
/
+9
2009-07-14
Add brief comments desribing first block of test cases.
Vivek Dasmohapatra
1
-0
/
+26
2009-07-14
Kick off the test in a g_idle… - this prevents a race where a very early
Vivek Dasmohapatra
1
-6
/
+12
2009-07-14
Delete any __db. BDB tmp/lock files, they cause SASL deadlocks in
Vivek Dasmohapatra
1
-0
/
+11
2009-07-14
Wait for the server process (if any) to exit before proceeding to the next test.
Vivek Dasmohapatra
1
-1
/
+6
2009-07-14
Style typo. Add comment explaining why stderr is redirected in this case.
Vivek Dasmohapatra
1
-1
/
+5
2009-07-14
Mask an error from the dummy xmpp server in the TLS-failed test.
Vivek Dasmohapatra
1
-2
/
+90
2009-07-14
All the test binaries should depend on libwocky.la,
Vivek Dasmohapatra
1
-1
/
+9
2009-07-14
Need to pause a little longer when the bind fails before retrying.
Vivek Dasmohapatra
1
-1
/
+1
2009-07-14
remove #if/#endif used to comment tests out during test development.
Vivek Dasmohapatra
1
-2
/
+2
[next]