From 654540a4ff3f63c3b873a2595c587a7051e550fe Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 22 Feb 2011 13:43:18 +0000 Subject: [PATCH 5/5] Test nonce-tcp transport --- test/loopback.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/test/loopback.c b/test/loopback.c index 0567edb..ae50856 100644 --- a/test/loopback.c +++ b/test/loopback.c @@ -191,6 +191,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); -- 1.7.4.1