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 2013/01/20 01:41:31 UTC

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

Author: rhuijben
Date: Sun Jan 20 00:41:30 2013
New Revision: 1435772

URL: http://svn.apache.org/viewvc?rev=1435772&view=rev
Log:
* subversion/tests/cmdline/patch_tests.py
  (patch_change_symlink_target):
        Properly separate Subversion data from filename.

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=1435772&r1=1435771&r2=1435772&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/patch_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/patch_tests.py Sun Jan 20 00:41:30 2013
@@ -4217,8 +4217,8 @@ def patch_change_symlink_target(sbox):
   svntest.main.file_write(patch_file_path, '\n'.join([
     "Index: link",
     "===================================================================",
-    "--- iota        (revision 1)",
-    "+++ iota        (working copy)",
+    "--- iota\t(revision 1)",
+    "+++ iota\t(working copy)",
     "@@ -1 +1 @@",
     "-link foo",
     "\\ No newline at end of file",