mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-02 19:10:13 +01:00
* fix mismatching paren typo
This commit is contained in:
parent
048c76d779
commit
618abd0ded
1 changed files with 1 additions and 1 deletions
|
|
@ -715,7 +715,7 @@ _dbus_address_test (void)
|
|||
&entries, &len, &error))
|
||||
_dbus_assert_not_reached ("could not parse address");
|
||||
_dbus_assert (len == 2);
|
||||
_dbus_assert (strcmp (dbus_address_entry_get_value (entries[0], "path"), "/tmp/foo") == 0));
|
||||
_dbus_assert (strcmp (dbus_address_entry_get_value (entries[0], "path"), "/tmp/foo") == 0);
|
||||
_dbus_assert (strcmp (dbus_address_entry_get_value (entries[1], "name"), "test") == 0);
|
||||
_dbus_assert (strcmp (dbus_address_entry_get_value (entries[1], "sliff"), "sloff") == 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue