From e5347891feb50a18d4fdbe88552c4777229324a5 Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan Date: Fri, 13 Jun 2008 03:56:26 +0000 Subject: [PATCH] Use less fancy unicode filenames, so the test doesn't fail on Mac OS X 2008-06-12 Yevgen Muntyan * 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 | 6 ++++++ gio/tests/live-g-file.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index d44352e..7c19d58 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,9 @@ +2008-06-12 Yevgen Muntyan + + * 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 * === Released 2.17.2 === diff --git a/gio/tests/live-g-file.c b/gio/tests/live-g-file.c index bd91ce9..3095db5 100644 --- a/gio/tests/live-g-file.c +++ b/gio/tests/live-g-file.c @@ -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}, -- 2.7.4