Add a UTF-8 encoded filename too
authorJohan Dahlin <johan@src.gnome.org>
Wed, 12 Nov 2008 15:00:30 +0000 (15:00 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Wed, 12 Nov 2008 15:00:30 +0000 (15:00 +0000)
svn path=/trunk/; revision=900

tests/everything/gitesttypes.c

index 4a0086d..39d9d0c 100644 (file)
@@ -149,6 +149,7 @@ GSList *test_filename_return (void)
 {
   GSList *filenames = NULL;
   filenames = g_slist_prepend (filenames, "/etc/fstab");
+  filenames = g_slist_prepend (filenames, "åäö");
   return filenames;
 }