[glib] Improve coverage of icon tests



commit 17d4898d75fc41038a1d13740bfe1279ca902235
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jul 29 02:19:01 2010 -0400

    Improve coverage of icon tests

 gio/tests/g-icon.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gio/tests/g-icon.c b/gio/tests/g-icon.c
index 2d88cdb..8efa7aa 100644
--- a/gio/tests/g-icon.c
+++ b/gio/tests/g-icon.c
@@ -239,9 +239,13 @@ test_themed_icon (void)
   const gchar *const *names;
   const gchar *names2[] = { "first", "testicon", "last", NULL };
   gchar *str;
+  gboolean fallbacks;
 
   icon1 = g_themed_icon_new ("testicon");
 
+  g_object_get (icon1, "use-default-fallbacks", &fallbacks, NULL);
+  g_assert (!fallbacks);
+
   names = g_themed_icon_get_names (G_THEMED_ICON (icon1));
   g_assert_cmpint (g_strv_length ((gchar **)names), ==, 1);
   g_assert_cmpstr (names[0], ==, "testicon");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]