You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lu...@apache.org on 2017/08/20 14:42:12 UTC

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

Author: luke1410
Date: Sun Aug 20 14:42:12 2017
New Revision: 1805561

URL: http://svn.apache.org/viewvc?rev=1805561&view=rev
Log:
Following up on r1443815, add issue-reference to #4315.

* subversion/tests/cmdline/patch_tests.py
  (patch_lacking_trailing_eol_on_context): Add issue-reference.

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=1805561&r1=1805560&r2=1805561&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/patch_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/patch_tests.py Sun Aug 20 14:42:12 2017
@@ -4696,6 +4696,7 @@ def patch_apply_no_fuz(sbox):
                                        expected_status, expected_skip,
                                        [], True, True)
 
+@Issue(4315)
 def patch_lacking_trailing_eol_on_context(sbox):
   "patch file lacking trailing eol on context"