mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gsettings: tweak test for last commit
The last commit changed the behaviour of child objects of delayed GSettings. Adjust the testcase accordingly.
This commit is contained in:
parent
c7636ce64b
commit
8976175ba9
@ -597,8 +597,9 @@ test_delay_child (void)
|
||||
|
||||
g_settings_set (child, "test-byte", "y", 42);
|
||||
|
||||
/* make sure the child was delayed too */
|
||||
g_settings_get (base, "test-byte", "y", &byte);
|
||||
g_assert_cmpuint (byte, ==, 42);
|
||||
g_assert_cmpuint (byte, ==, 36);
|
||||
|
||||
g_object_unref (child);
|
||||
g_object_unref (settings);
|
||||
|
Loading…
Reference in New Issue
Block a user