You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Peter N. Lundblad" <pe...@famlundblad.se> on 2005/11/15 13:18:13 UTC

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

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.
]]]

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

Posted by Ivan Zhakov <ch...@gmail.com>.
On 11/15/05, Ivan Zhakov <ch...@gmail.com> wrote:
> On 11/15/05, Peter N. Lundblad <pe...@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

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

Posted by Ivan Zhakov <ch...@gmail.com>.
On 11/15/05, Peter N. Lundblad <pe...@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