Author: stsp
Date: Thu Apr 5 15:03:44 2012
New Revision: 1309891
URL: http://svn.apache.org/viewvc?rev=1309891&view=rev
Log:
* subversion/tests/cmdline/log_tests.py
(log_diff_moved): This test is still failing over DAV, because the diff
printed contains the wrong path over DAV ('mu' vs. the expected 'A/mu').
Mark the test as XFail over DAV until this is fixed.
Modified:
subversion/trunk/subversion/tests/cmdline/log_tests.py
Modified: subversion/trunk/subversion/tests/cmdline/log_tests.py
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/log_tests.py?rev=1309891&r1=1309890&r2=1309891&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/log_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/log_tests.py Thu Apr 5 15:03:44
2012
@@ -2218,6 +2218,7 @@ def log_xml_old(sbox):
@Issue(4153)
+@XFail(svntest.main.is_ra_type_dav)
def log_diff_moved(sbox):
"log --diff on moved file"