mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-04 20:10:19 +01:00
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
This commit is contained in:
parent
ae5524d632
commit
da6b4d0426
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue