mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 01:16:17 +01:00
gdbus tests: Fix a typo
This test was subscribing to the NameOwnerChanged signal with an incorrect object path, so the callback would never be called. In this particular case it doesn't actually matter, because the callback does nothing anyway (the purpose of this particular test was to test that the user-data is freed on unsubscription). Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
1bbf500fb8
commit
2151a82007
@ -216,7 +216,7 @@ test_connection_life_cycle (void)
|
||||
"org.freedesktop.DBus", /* bus name */
|
||||
"org.freedesktop.DBus", /* interface */
|
||||
"NameOwnerChanged", /* member */
|
||||
"/org/freesktop/DBus", /* path */
|
||||
"/org/freedesktop/DBus", /* path */
|
||||
NULL, /* arg0 */
|
||||
G_DBUS_SIGNAL_FLAGS_NONE,
|
||||
on_name_owner_changed,
|
||||
|
Loading…
Reference in New Issue
Block a user