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

Re: stat_tests.py 19 is failing?

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Wed, 15 Dec 2010 15:00:49 -0500

On 12/15/2010 02:58 PM, Philip Martin wrote:
> "C. Michael Pilato" <cmpilato_at_collab.net> writes:
>
>> On 12/15/2010 02:11 PM, Philip Martin wrote:
>>> "C. Michael Pilato" <cmpilato_at_collab.net> writes:
>>>
>>>> Try r1049668 -- see if stuff still passes for you in your default
>>>> configuration.
>>>
>>> Yes, it does.
>>
>> Cool. Thanks.
>
> It seems to fail on Windows:
>
> http://ci.apache.org/builders/svn-slik-w2k3-x64-local/builds/2437

Doh! I wonder if this would do the trick:

Index: subversion/tests/cmdline/stat_tests.py
===================================================================
--- subversion/tests/cmdline/stat_tests.py (revision 1049668)
+++ subversion/tests/cmdline/stat_tests.py (working copy)
@@ -964,7 +964,7 @@
   "status on unversioned dir (issue 2030)"
   sbox.build(read_only = True)
   dir = sbox.repo_dir
- expected_err = "svn: warning: '.*/" + os.path.basename(dir) + \
+ expected_err = "svn: warning: '.*" + os.sep + os.path.basename(dir) + \
                  "' is not a working copy"
   svntest.actions.run_and_verify_svn2(None, [], expected_err, 0,
                                       "status", dir, dir)

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2010-12-15 21:01:24 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.