gio/test/resources.c: Fix for Windows
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 29 Oct 2013 11:17:32 +0000 (19:17 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 4 Nov 2013 02:30:57 +0000 (10:30 +0800)
commit39a62a064b55eead4142c5585a25b86c57759ec5
tree2d813fd57eb900a0de5bd6e2968e400de14b5d6e
parent64909ff7409968b83b0961e053eac98a03bd30cf
gio/test/resources.c: Fix for Windows

We need to use g_content_type_get_mime_type() to look up the mime type of
the file from the registry on the content type that was acquired on
Windows, as g_file_info_get_content_type() does not acquire the
file mime type (unlike on *NIX).

g_content_type_get_mime_type() on *NIX is more or less an no-op as it
simply returns the g_strdup()-ed version of the passed-in content type.

This will enable the resources test to pass on Windows.

https://bugzilla.gnome.org/show_bug.cgi?id=711047
gio/tests/resources.c