Author: julianfoad
Date: Thu Jun 28 20:09:47 2018
New Revision: 1834640
URL: http://svn.apache.org/viewvc?rev=1834640&view=rev
Log:
Following r1834628, mark new test as XFail.
* subversion/tests/cmdline/patch_tests.py
(patch_empty_prop): Mark as XFail, as this tests a reported bug.
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=1834640&r1=1834639&r2=1834640&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/patch_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/patch_tests.py Thu Jun 28
20:09:47 2018
@@ -7853,6 +7853,7 @@ def patch_mergeinfo_in_regular_prop_form
[], True, True,
'--strip', strip_count)
+@XFail()
def patch_empty_prop(sbox):
"patch empty prop"
sbox.build(empty=True)