GNOME Bugzilla – Bug 675088
gio/tests/gdbus-proxy.c:test_async() is broken
Last modified: 2012-04-29 18:57:48 UTC
The async test in gio/tests/gdbus-proxy.c kicks off a g_dbus_proxy_new_for_bus() call, but doesn't actually run a main loop and wait for it to complete. Fixing that is trivial, but after doing so, the test doesn't pass: /gdbus/proxy/async: ** ERROR:gdbus-proxy.c:221:test_properties: assertion failed (g_variant_get_byte (variant) == 1): (42 == 1) Aborted
This was reported in bug 674805. *** This bug has been marked as a duplicate of bug 674805 ***