Correct the sense of an assertion

This commit is contained in:
Matthias Clasen 2010-04-17 16:48:10 -04:00
parent d2b837df5d
commit 137cee425f

View File

@ -436,7 +436,7 @@ test_delay_revert (void)
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_assert_cmpstr (str, ==, "top o' the morning");