Trailing / on --url causes spurious test failures
From: Brian W. Fitzpatrick <fitz_at_collab.net>
Date: 2005-04-21 20:09:04 CEST
If I run make check like this:
$ make check BASE_URL=http://localhost/
I get three failures on trunk:
FAIL: switch_tests.py 12: anchor=target that fails due to local mods
However, if I run make check like this with no trailing slash on the
$ make check BASE_URL=http://localhost
All tests succeed.
The merge test failure looks like it may be an actual bug in svn.
EXPECTED STDOUT:
ACTUAL STDOUT:
EXCEPTION: SVNLineUnequal
And the output from svnversion_tests.py:1:
Unmodified working copy
Switch tests, however, doesn't give any sort of meaningful error on
-Fitz
---------------------------------------------------------------------
|
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.