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

Re: 1.7.1 up for testing / signing

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 19 Dec 2011 13:50:56 +0000

Philip Martin <philip.martin_at_wandisco.com> writes:

> That shows there is a bug in the testsuite, please try this patch:

That patch was rubbish, r1220742 on trunk is a better:

Index: subversion/tests/cmdline/copy_tests.py
===================================================================
--- subversion/tests/cmdline/copy_tests.py (revision 1220660)
+++ subversion/tests/cmdline/copy_tests.py (working copy)
@@ -4654,9 +4654,15 @@ def changed_dir_data_should_match_checkout(sbox):
 
   os.chdir(was_cwd)
   os.chdir(wc_dir)
- svntest.actions.run_and_verify_svn(None, verify_out, [], 'status', '-v')
+ rv, verify_out2, err = main.run_svn (None, 'status', '-v')
   os.chdir(was_cwd)
 
+ # The order of the staus output is not absolutely defined, but
+ # otherwise should match
+ svntest.verify.verify_outputs(None,
+ sorted(verify_out2), None,
+ sorted(verify_out), None)
+

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com
Received on 2011-12-19 14:51:33 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.