On 11/15/05, Ivan Zhakov <chemodax@gmail.com> wrote:
> On 11/15/05, Peter N. Lundblad <peter@famlundblad.se> wrote:
> > On Tue, 15 Nov 2005 svn-builder@shadyvale.net wrote:
> >
> > > At least one test FAILED, checking D:\tests-local\tests.log
> > > FAIL: prop_tests.py 16: removal of schedule added file with properties
> >
> > It looks like this is caused by using / instead of \ in pathnames for svn
> > command output. Can someone on Windows check if the attached patch solves
> > this?
> >
> > [[[
> > Fix test failure on Windows, follow-up to r17216.
> >
> > * subversion/tests/clients/cmdline/prop_tests.py
> > (removal_schedule_added_props): Use OS path style for program output.
> > ]]]
> EXPECTED STDOUT (regexp):
> A svn-test-work\working_copies\prop_tests-16\newfile
> ACTUAL STDOUT:
> A svn-test-work\working_copies\prop_tests-16\newfile
> EXCEPTION: SVNLineUnequal
> FAIL: prop_tests.py 16: removal of schedule added file with properties
Fixed in r17351.
--
Ivan Zhakov
Received on Tue Nov 15 17:15:59 2005