gio/tests/g-file.c: fix some path checks on win32
authorDan Winship <danw@gnome.org>
Fri, 3 Feb 2012 16:12:02 +0000 (11:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 6 Aug 2012 15:27:37 +0000 (11:27 -0400)
commit2793b39ea3de4fdac5cf154c7a12ac7ba82657d2
treeea6397195e6f13a7e051fd9bebef92e07468ef10
parent5c91af7e41443252857cdcf6fe0f0dabdc0b5250
gio/tests/g-file.c: fix some path checks on win32

Some of the tests needed to be modified to use G_DIR_SEPARATOR_S
rather than hardcoded "/"s.

https://bugzilla.gnome.org/show_bug.cgi?id=669331
gio/tests/g-file.c