mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 00:06:24 +01:00
Correct the sense of an assertion
This commit is contained in:
parent
d2b837df5d
commit
137cee425f
@ -436,7 +436,7 @@ test_delay_revert (void)
|
|||||||
|
|
||||||
g_settings_revert (settings);
|
g_settings_revert (settings);
|
||||||
|
|
||||||
g_assert (g_settings_get_has_unapplied (settings));
|
g_assert (!g_settings_get_has_unapplied (settings));
|
||||||
|
|
||||||
g_settings_get (settings, "greeting", "s", &str);
|
g_settings_get (settings, "greeting", "s", &str);
|
||||||
g_assert_cmpstr (str, ==, "top o' the morning");
|
g_assert_cmpstr (str, ==, "top o' the morning");
|
||||||
|
Loading…
Reference in New Issue
Block a user