From 98ad8a8ec6626f7f5c78915b6bdf2be688b4839f Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 30 Jan 2005 07:44:08 +0000 Subject: 2005-01-30 Havoc Pennington * glib/dbus-gobject.c (introspect_properties): fix the XML generated * dbus/dbus-message.c (dbus_message_unref): add an in_cache flag which effectively detects the use of freed messages * glib/dbus-gobject.c (handle_introspect): modify and return the reply message instead of the incoming message * dbus/dbus-object-tree.c (handle_default_introspect_unlocked): gee, maybe it should SEND THE XML instead of just making a string and freeing it again ;-) * tools/dbus-print-message.c (print_message): improve printing of messages * configure.in: add debug-glib.service to the output --- test/glib/run-test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/glib/run-test.sh') diff --git a/test/glib/run-test.sh b/test/glib/run-test.sh index 0a5e3f65..cf0a85fc 100755 --- a/test/glib/run-test.sh +++ b/test/glib/run-test.sh @@ -67,9 +67,12 @@ elif test x$MODE = xviewer ; then echo "Launching dbus-viewer" ARGS= if test x$DEBUG = x ; then - ARGS="--services org.freedesktop.DBus" + ARGS="--services org.freedesktop.DBus org.freedesktop.DBus.TestSuiteGLibService" fi libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/tools/dbus-viewer $ARGS || die "could not run dbus-viewer" +elif test x$MODE = xwait ; then + echo "Waiting DBUS_SESSION_BUS_ADDRESS=$DBUS_SESSION_BUS_ADDRESS" + sleep 86400 else echo "running test-dbus-glib" libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/glib/test-dbus-glib || die "test-dbus-glib failed" -- cgit