You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/05/16 17:26:26 UTC

svn commit: r1339229 - /subversion/trunk/subversion/tests/cmdline/diff_tests.py

Author: stsp
Date: Wed May 16 15:26:26 2012
New Revision: 1339229

URL: http://svn.apache.org/viewvc?rev=1339229&view=rev
Log:
* subversion/tests/cmdline/diff_tests.py
  (diff_properties_only): Don't append a newline to 'iota' file content to
   fix spurious test failures due to inconsistent-eol-style errors on Windows.

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

Modified: subversion/trunk/subversion/tests/cmdline/diff_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/diff_tests.py?rev=1339229&r1=1339228&r2=1339229&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/diff_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/diff_tests.py Wed May 16 15:26:26 2012
@@ -4038,7 +4038,7 @@ def diff_properties_only(sbox):
   # Make a property change and a content change to 'iota'
   # Only the property change should be displayed by diff --properties-only
   sbox.simple_propset('svn:eol-style', 'native', 'iota')
-  svntest.main.file_append(sbox.ospath('iota'), 'new text\n')
+  svntest.main.file_append(sbox.ospath('iota'), 'new text')
 
   sbox.simple_commit() # r2