aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-11-08 13:06:20 -0600
committerCharles Kerr <charles.kerr@canonical.com>2013-11-08 13:06:20 -0600
commit57ff63f095c33bb90a2eaf64acdb22d529bd0621 (patch)
treeff47b2498dcac9b119b0b2257df9565df0654c46 /tests
parent49de5d5f61985e7e6b4403a7f027fa51d2ff7d46 (diff)
downloadayatana-indicator-session-57ff63f095c33bb90a2eaf64acdb22d529bd0621.tar.gz
ayatana-indicator-session-57ff63f095c33bb90a2eaf64acdb22d529bd0621.tar.bz2
ayatana-indicator-session-57ff63f095c33bb90a2eaf64acdb22d529bd0621.zip
look for fallback icons in test-services
Diffstat (limited to 'tests')
-rw-r--r--tests/test-service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-service.cc b/tests/test-service.cc
index 19ec619..5ec86d2 100644
--- a/tests/test-service.cc
+++ b/tests/test-service.cc
@@ -342,7 +342,7 @@ class ServiceTest: public GTestDBusFixture
if (expected_icon != NULL)
{
GVariant * v = g_variant_lookup_value (state, "icon", NULL);
- GIcon * expected = g_themed_icon_new (expected_icon);
+ GIcon * expected = g_themed_icon_new_with_default_fallbacks (expected_icon);
GIcon * actual = g_icon_deserialize (v);
ASSERT_TRUE (g_icon_equal (expected, actual));
g_object_unref (actual);