Use less fancy unicode filenames, so the test doesn't fail on Mac OS X
authorYevgen Muntyan <muntyan@tamu.edu>
Fri, 13 Jun 2008 03:56:26 +0000 (03:56 +0000)
committerYevgen Muntyan <muntyan@src.gnome.org>
Fri, 13 Jun 2008 03:56:26 +0000 (03:56 +0000)
2008-06-12  Yevgen Muntyan  <muntyan@tamu.edu>

* tests/live-g-file.c (sample_struct):
        Use less fancy unicode filenames, so the test doesn't fail
        on Mac OS X (#531476).

svn path=/trunk/; revision=7035

gio/ChangeLog
gio/tests/live-g-file.c

index d44352e..7c19d58 100644 (file)
@@ -1,3 +1,9 @@
+2008-06-12  Yevgen Muntyan  <muntyan@tamu.edu>
+
+       * tests/live-g-file.c (sample_struct):
+        Use less fancy unicode filenames, so the test doesn't fail
+        on Mac OS X (#531476).
+
 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
        
        * === Released 2.17.2 ===
index bd91ce9..3095db5 100644 (file)
@@ -86,9 +86,9 @@ static const struct StructureItem sample_struct[] = {
     {"private_file",           NULL,   G_FILE_TYPE_REGULAR,    G_FILE_CREATE_PRIVATE, 0, 0, TEST_COPY | TEST_OPEN | TEST_OVERWRITE | TEST_APPEND},
     {"normal_file2",           NULL,   G_FILE_TYPE_REGULAR,    G_FILE_CREATE_NONE, 0, 0, TEST_COPY | TEST_OVERWRITE | TEST_REPLACE},
     {"readonly_file",          NULL,   G_FILE_TYPE_REGULAR,    G_FILE_CREATE_NONE, S_IRUSR + S_IRGRP + S_IROTH, 0, TEST_DELETE_NORMAL | TEST_OPEN},
-    {"UTF_p\xc5\x99\xc3\xadli\xc5\xa1 \xc5\xbelu\xc5\xa5ou\xc4\x8dk\xc3\xbd k\xc5\xaf\xc5\x88",
+    {"UTF_pr\xcc\x8ci\xcc\x81lis\xcc\x8c z",
                                                NULL,   G_FILE_TYPE_REGULAR,    G_FILE_CREATE_NONE, 0, 0, TEST_COPY | TEST_CREATE | TEST_OPEN | TEST_OVERWRITE},
-    {"dir_p\xc5\x99\xc3\xadli\xc5\xa1 \xc5\xbelu\xc5\xa5ou\xc4\x8dk\xc3\xbd k\xc5\xaf\xc5\x88",
+    {"dir_pr\xcc\x8ci\xcc\x81lis\xcc\x8c z",
                                                NULL,   G_FILE_TYPE_DIRECTORY,  G_FILE_CREATE_NONE, 0, 0, TEST_DELETE_NORMAL | TEST_CREATE},
     {"pattern_file",           NULL,   G_FILE_TYPE_REGULAR,    G_FILE_CREATE_NONE, 0, TEST_HANDLE_SPECIAL, TEST_COPY | TEST_OPEN | TEST_APPEND},
     {TEST_NAME_NOT_EXISTS,     NULL,   G_FILE_TYPE_REGULAR,    G_FILE_CREATE_NONE, 0, TEST_HANDLE_SPECIAL, TEST_DELETE_NORMAL | TEST_NOT_EXISTS | TEST_COPY | TEST_OPEN},