Philip Martin <philip.mar...@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

Reply via email to