On 12/15/2010 02:58 PM, Philip Martin wrote: > "C. Michael Pilato" <[email protected]> writes: > >> On 12/15/2010 02:11 PM, Philip Martin wrote: >>> "C. Michael Pilato" <[email protected]> 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 <[email protected]>
CollabNet <> www.collab.net <> Distributed Development On Demand
signature.asc
Description: OpenPGP digital signature

