[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn trunk r17347: FAIL (win32 ra_local bdb)

From: Ivan Zhakov <chemodax_at_gmail.com>
Date: 2005-11-15 14:43:32 CET

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

--
Ivan Zhakov
Received on Tue Nov 15 14:45:51 2005

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.