Author: danielsh
Date: Sun Sep 27 01:04:49 2015
New Revision: 1705504

URL: http://svn.apache.org/viewvc?rev=1705504&view=rev
Log:
* subversion/tests/cmdline/patch_tests.py
  (patch_add_symlink):
     Test a patch that adds SVN_PROP_BOOLEAN_TRUE without a trailing newline.
     .
     Patches that add SVN_PROP_BOOLEAN_TRUE with a trailing newline are already
     tested elsewhere.

Suggested by: rhuijben

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=1705504&r1=1705503&r2=1705504&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/patch_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/patch_tests.py Sun Sep 27 
01:04:49 2015
@@ -3451,6 +3451,7 @@ def patch_add_symlink(sbox):
     "Added: svn:special\n",
     "## -0,0 +1 ##\n",
     "+*\n",
+    "+\\ No newline at end of property\n"
   ]
 
   svntest.main.file_write(patch_file_path, ''.join(unidiff_patch))


Reply via email to