[glib] Use "unix:" instead of tcp in test for now...



commit 93bf09a9e7a7d35d50802faf4b271ca4267e49cb
Author: Ryan Lortie <desrt desrt ca>
Date:   Thu Jul 1 12:55:04 2010 -0400

    Use "unix:" instead of tcp in test for now...
    
    Temporarily avoids the issue reported in bug #623306.

 gio/tests/gdbus-peer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/gdbus-peer.c b/gio/tests/gdbus-peer.c
index 4016b5e..5ce1e27 100644
--- a/gio/tests/gdbus-peer.c
+++ b/gio/tests/gdbus-peer.c
@@ -837,7 +837,7 @@ dmp_thread_func (gpointer user_data)
 
   error = NULL;
   guid = g_dbus_generate_guid ();
-  data->server = g_dbus_server_new_sync ("nonce-tcp:",
+  data->server = g_dbus_server_new_sync ("unix:tmpdir=/tmp/gdbus-test-",
                                          G_DBUS_SERVER_FLAGS_NONE,
                                          guid,
                                          NULL, /* GDBusAuthObserver */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]