diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-22 13:43:18 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-10 18:32:10 +0100 |
commit | da6b4d0426cf335b7feeba6f19f538a47d8808b5 (patch) | |
tree | f1d6fd436032b6a51109d43416bbd5875850a53e | |
parent | ae5524d632c5cccb73f1f386b5c1d41b73861445 (diff) |
Test nonce-tcp transport
Regression test for https://bugs.freedesktop.org/show_bug.cgi?id=34569
Reviewed-by: David Zeuthen <davidz@redhat.com>
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34570
-rw-r--r-- | test/loopback.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/loopback.c b/test/loopback.c index 0c5cd1a2..9d958aa1 100644 --- a/test/loopback.c +++ b/test/loopback.c @@ -195,6 +195,11 @@ main (int argc, g_test_add ("/message/tcp", Fixture, "tcp:host=127.0.0.1", setup, test_message, teardown); + g_test_add ("/connect/nonce-tcp", Fixture, "nonce-tcp:host=127.0.0.1", setup, + test_connect, teardown); + g_test_add ("/message/nonce-tcp", Fixture, "nonce-tcp:host=127.0.0.1", setup, + test_message, teardown); + #ifdef DBUS_UNIX g_test_add ("/connect/unix", Fixture, "unix:tmpdir=/tmp", setup, test_connect, teardown); |