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/21 21:49:37 UTC

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

Author: rhuijben
Date: Mon Jan 21 20:49:36 2013
New Revision: 1436612

URL: http://svn.apache.org/viewvc?rev=1436612&view=rev
Log:
* subversion/tests/cmdline/patch_tests.py
  (patch_change_symlink_target): Make the length after applying the patch different to
    that before in order not to rely on the timestamps changing between setting and
    reading back.

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=1436612&r1=1436611&r2=1436612&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/patch_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/patch_tests.py Mon Jan 21 20:49:36 2013
@@ -4222,7 +4222,7 @@ def patch_change_symlink_target(sbox):
     "@@ -1 +1 @@",
     "-link foo",
     "\\ No newline at end of file",
-    "+link bar",
+    "+link bardame",
     "\\ No newline at end of file",
     "",
     ]))