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)