[glib/wip/gapplication] Make tests work again



commit c3eea839900b12d7dc5cce141ab61ecce194efca
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri May 28 20:28:43 2010 -0400

    Make tests work again

 gio/tests/testapps.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gio/tests/testapps.c b/gio/tests/testapps.c
index 5cecfd6..63326ee 100644
--- a/gio/tests/testapps.c
+++ b/gio/tests/testapps.c
@@ -129,7 +129,7 @@ quit_app (gpointer data)
   connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL);
   res = g_dbus_connection_call_sync (connection,
                                      "org.gtk.test.app",
-                                     "/org/gtk/Application",
+                                     "/org/gtk/Application/org/gtk/test/app",
                                      "org.gtk.Application",
                                      "Quit",
                                      g_variant_new ("(u)", 0),
@@ -235,7 +235,7 @@ list_actions (void)
   connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL);
   res = g_dbus_connection_call_sync (connection,
                                      "org.gtk.test.app",
-                                     "/org/gtk/Application",
+                                     "/org/gtk/Application/org/gtk/test/app",
                                      "org.gtk.Application",
                                      "ListActions",
                                      NULL,
@@ -315,7 +315,7 @@ invoke_action (gpointer data)
   connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL);
   res = g_dbus_connection_call_sync (connection,
                                      "org.gtk.test.app",
-                                     "/org/gtk/Application",
+                                     "/org/gtk/Application/org/gtk/test/app",
                                      "org.gtk.Application",
                                      "InvokeAction",
                                      g_variant_new ("(su)",
@@ -495,7 +495,7 @@ test_change_action (void)
                                            NULL,
                                            "org.gtk.Application",
                                            "ActionsChanged",
-                                           "/org/gtk/Application",
+                                           "/org/gtk/Application/org/gtk/test/app",
                                            NULL,
                                            actions_changed,
                                            loop,



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