From: Matthias Clasen Date: Sat, 17 Apr 2010 20:48:10 +0000 (-0400) Subject: Correct the sense of an assertion X-Git-Tag: 2.25.0~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=137cee425f4b5b29ac47ce433e02f6f2734eca47;p=platform%2Fupstream%2Fglib.git Correct the sense of an assertion --- diff --git a/gio/tests/gsettings.c b/gio/tests/gsettings.c index 0b2a1d8..45fa2ea 100644 --- a/gio/tests/gsettings.c +++ b/gio/tests/gsettings.c @@ -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");