You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/01/02 00:23:41 UTC

svn commit: r1054320 - /subversion/trunk/subversion/tests/cmdline/svnsync_tests.py

Author: danielsh
Date: Sat Jan  1 23:23:41 2011
New Revision: 1054320

URL: http://svn.apache.org/viewvc?rev=1054320&view=rev
Log:
* subversion/tests/cmdline/svnsync_tests.py
  (copy_bad_line_endings): Tweak test shortname.

Patch by: Danny Trebbien <dt...@gmail.com>
(extracted by me from a larger patch)

Modified:
    subversion/trunk/subversion/tests/cmdline/svnsync_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/svnsync_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnsync_tests.py?rev=1054320&r1=1054319&r2=1054320&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svnsync_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svnsync_tests.py Sat Jan  1 23:23:41 2011
@@ -780,7 +780,7 @@ def info_not_synchronized(sbox):
 #----------------------------------------------------------------------
 
 def copy_bad_line_endings(sbox):
-  "copy with inconsistent lineendings in svn:props"
+  "copy with inconsistent line endings in svn:* props"
   run_test(sbox, "copy-bad-line-endings.dump",
            exp_dump_file_name="copy-bad-line-endings.expected.dump",
            bypass_prop_validation=True)