dirent_uri-test failure on Windows ...?
From: Martin Hauner <martin.hauner_at_gmx.net>
Date: Sun, 25 Oct 2009 11:33:50 +0100
Hi,
I get a test failure with my mingw build in dirent_uri-test:
After stepping into the code to find the problem, which is a drive letter case
The reason seems to be that "everyone" thinks the drive letters should be upper
That's just an observation. I never cared about lower or upper case drive
The issue is inside apr but I wonder if anyone else is getting this?
I'm not sure if anyone can follow this, but here is what's happening inside the
Test Case: dirent_uri-test.c (test_dirent_get_absolute, Line 2220)
{ "C:abc", "@/abc" },
expect_abs: 0x3dda98 "C:/Development/mingw/svn-trunk/subversion/tests/cmdline/abc"
svn_dirent_get_absolute
here it fails because the case does not match!
and svn reports an
If I change the case in gdb by hand the tests succeeds.
-- Martin Subcommander 2.0.0 Beta 5 - http://subcommander.tigris.org a Win32/Unix/MacOSX subversion GUI client & diff/merge tool. ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2411150Received on 2009-10-25 11:34:11 CET |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.