From 1d0687aa814e55def9ffb618310d7e0ae4f591cc Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sun, 6 Jan 2013 17:12:15 -0500 Subject: [PATCH] gio/tests: fix a few more gdbus-testserver.py references that got missed in Matthias's earlier patch --- gio/tests/gdbus-proxy-well-known-name.c | 2 +- gio/tests/gdbus-proxy.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gio/tests/gdbus-proxy-well-known-name.c b/gio/tests/gdbus-proxy-well-known-name.c index 4e7aefe..98fb7a9 100644 --- a/gio/tests/gdbus-proxy-well-known-name.c +++ b/gio/tests/gdbus-proxy-well-known-name.c @@ -224,7 +224,7 @@ test_proxy_well_known_name (void) * the 'y' property should be back at 1... */ /* this is safe; testserver will exit once the bus goes away */ - g_assert (g_spawn_command_line_async (SRCDIR "/gdbus-testserver.py", NULL)); + g_assert (g_spawn_command_line_async (SRCDIR "/gdbus-testserver", NULL)); /* check that we get the notify::g-name-owner signal */ _g_assert_property_notify (p, "g-name-owner"); /* Now we should have a name owner as well as properties */ diff --git a/gio/tests/gdbus-proxy.c b/gio/tests/gdbus-proxy.c index 899c5b3..abe27e4 100644 --- a/gio/tests/gdbus-proxy.c +++ b/gio/tests/gdbus-proxy.c @@ -569,7 +569,7 @@ test_bogus_property (GDBusProxy *proxy) static const gchar *frob_dbus_interface_xml = "" " " - /* PairReturn() is deliberately different from gdbus-testserver.py's definition */ + /* PairReturn() is deliberately different from gdbus-testserver's definition */ " " " " " " @@ -583,9 +583,9 @@ static const gchar *frob_dbus_interface_xml = " " /* We deliberately only mention a single property here */ " " - /* The 'i' property is deliberately different from gdbus-testserver.py's definition */ + /* The 'i' property is deliberately different from gdbus-testserver's definition */ " " - /* ::TestSignal2 is deliberately different from gdbus-testserver.py's definition */ + /* ::TestSignal2 is deliberately different from gdbus-testserver's definition */ " " " " " " @@ -846,7 +846,7 @@ test_async (void) NULL); /* this is safe; testserver will exit once the bus goes away */ - g_assert (g_spawn_command_line_async (SRCDIR "/gdbus-testserver.py", NULL)); + g_assert (g_spawn_command_line_async (SRCDIR "/gdbus-testserver", NULL)); g_timeout_add (10000, fail_test, NULL); g_main_loop_run (loop); -- 2.7.4