[glib] icon: Improve test coverage
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] icon: Improve test coverage
- Date: Sun, 8 Apr 2012 14:25:32 +0000 (UTC)
commit 26145b97088428444182bcd3c1371c9e27bcb375
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Apr 8 10:19:20 2012 -0400
icon: Improve test coverage
gio/tests/g-icon.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/gio/tests/g-icon.c b/gio/tests/g-icon.c
index 52465c8..a360c28 100644
--- a/gio/tests/g-icon.c
+++ b/gio/tests/g-icon.c
@@ -41,6 +41,8 @@ test_g_icon_serialize (void)
GFile *location;
char *data;
GError *error;
+ gint origin;
+ GIcon *i;
error = NULL;
@@ -223,6 +225,12 @@ test_g_icon_serialize (void)
icon5 = g_icon_new_for_string (data, &error);
g_assert_no_error (error);
g_assert (g_icon_equal (icon4, icon5));
+
+ g_object_get (emblem1, "origin", &origin, "icon", &i, NULL);
+ g_assert (origin == G_EMBLEM_ORIGIN_DEVICE);
+ g_assert (i == icon2);
+ g_object_unref (i);
+
g_object_unref (emblem1);
g_object_unref (emblem2);
g_object_unref (icon);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]