[glib] Revert "tests: fix test on windows"
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Revert "tests: fix test on windows"
- Date: Thu, 19 Apr 2012 17:26:20 +0000 (UTC)
commit 6d51527ba0fe7cece9d1f61466076d332bc7fbac
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Apr 19 13:25:26 2012 -0400
Revert "tests: fix test on windows"
This reverts commit 79361eede240e9591891290c22cd072ccddb78a3.
Just commenting out a test without an explanation does not
look right to me. This needs at the minimum a link to a
bug report or an explanation for why the behaviour is platform
dependent. If the test was just wrong, it needs to be removed,
not commented out. If there is a bug in the win32 implementation,
it needs to be fixed.
glib/tests/fileutils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/tests/fileutils.c b/glib/tests/fileutils.c
index 40ecdd4..ebc62af 100644
--- a/glib/tests/fileutils.c
+++ b/glib/tests/fileutils.c
@@ -254,7 +254,7 @@ test_build_filename (void)
/* Test also using the slash as file name separator */
#define U "/"
-/* check_string (g_build_filename (NULL), "");*/
+ check_string (g_build_filename (NULL), "");
check_string (g_build_filename (U, NULL), U);
check_string (g_build_filename (U"x", NULL), U"x");
check_string (g_build_filename ("x"U, NULL), "x"U);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]