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:44:32 UTC

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

Author: rhuijben
Date: Sun Jan 20 00:44:32 2013
New Revision: 1435773

URL: http://svn.apache.org/viewvc?rev=1435773&view=rev
Log:
* subversion/tests/cmdline/patch_tests.py
  (patch_change_symlink_target):
      And make the patch patch 'link', instead of 'iota'.
      (Still failing because it deletes the target instead of updating it)

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