mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Revert "tests: fix test on windows"
This reverts commit 79361eede2
.
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.
This commit is contained in:
parent
21e049b253
commit
6d51527ba0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user