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",
     "",
     ]))


Reply via email to