Use the C gdbus-testserver in tests

This commit is contained in:
Matthias Clasen
2013-01-03 13:12:58 -05:00
parent 416fa3b9ef
commit 663ed23bc5
7 changed files with 7 additions and 7 deletions

View File

@@ -125,7 +125,7 @@ test_introspection_parser (void)
g_assert_no_error (error);
/* 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_assert_property_notify (proxy, "g-name-owner");