You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2015/12/02 12:17:12 UTC

svn commit: r1717607 - /subversion/trunk/subversion/tests/cmdline/svnmover_tests.py

Author: philip
Date: Wed Dec  2 11:17:12 2015
New Revision: 1717607

URL: http://svn.apache.org/viewvc?rev=1717607&view=rev
Log:
* subversion/tests/cmdline/svnmover_tests.py
  (simple_branch): Tweak expectation, still XFAIL.

Modified:
    subversion/trunk/subversion/tests/cmdline/svnmover_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/svnmover_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnmover_tests.py?rev=1717607&r1=1717606&r2=1717607&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svnmover_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svnmover_tests.py Wed Dec  2 11:17:12 2015
@@ -1622,7 +1622,8 @@ def simple_branch(sbox):
 
   # The compatibility layer doesn't record the copy properly
   test_svnmover_verify_log(sbox.repo_url,
-                           ['A /top0/Y (from /top0/X:2)'])
+                           ['A /top0/Y (from /top0/X:1)',
+                            'A /top0/Y/A (from /top0/X/A:2)'])
 
 ######################################################################