You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/10/05 00:11:42 UTC

svn commit: r1706733 - /subversion/trunk/subversion/tests/cmdline/patch_tests.py

Author: rhuijben
Date: Sun Oct  4 22:11:41 2015
New Revision: 1706733

URL: http://svn.apache.org/viewvc?rev=1706733&view=rev
Log:
* subversion/tests/cmdline/patch_tests.py
  (patch_symlink_traversal): Following up on r1706731 fix another typo in the
    expectations.

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

Modified: subversion/trunk/subversion/tests/cmdline/patch_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/patch_tests.py?rev=1706733&r1=1706732&r2=1706733&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/patch_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/patch_tests.py Sun Oct  4 22:11:41 2015
@@ -5613,7 +5613,7 @@ def patch_symlink_traversal(sbox):
   )
 
   expected_output = wc.State(wc_dir, {
-    'A/B/E/versioned' : Item(status='C')
+    'A/B/E/versioned' : Item(status='C ')
   })
   expected_disk.add({
      'A/B/E/versioned.svnpatch.rej' : Item(contents=reject_contents)