Fix an icon test
authorMatthias Clasen <mclasen@redhat.com>
Tue, 27 Jul 2010 00:22:33 +0000 (20:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 30 Jul 2010 23:51:17 +0000 (19:51 -0400)
gio/tests/g-icon.c

index d739fff..2d88cdb 100644 (file)
@@ -319,7 +319,7 @@ test_file_icon (void)
   GInputStream *stream;
   gchar *str;
 
-  file = g_file_new_for_path (SRCDIR "/icons.c");
+  file = g_file_new_for_path (SRCDIR "/g-icon.c");
   icon = g_file_icon_new (file);
   g_object_unref (file);