You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2022/01/25 14:38:57 UTC

svn commit: r1897457 - /subversion/trunk/subversion/tests/cmdline/log_tests.py

Author: danielsh
Date: Tue Jan 25 14:38:57 2022
New Revision: 1897457

URL: http://svn.apache.org/viewvc?rev=1897457&view=rev
Log:
* subversion/tests/cmdline/log_tests.py
  (log_xml_with_merge_history): Expect to pass over svn:// and http://, since
    it does.

Requested by: dsahlberg

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=1897457&r1=1897456&r2=1897457&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/log_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/log_tests.py Tue Jan 25 14:38:57 2022
@@ -2816,7 +2816,7 @@ def log_with_merge_history_and_search(sb
   if count(output, "<logentry") != count(output, "</logentry"):
     raise svntest.Failure("Apparently invalid XML in " + repr(output))
 
-@XFail()
+@XFail(svntest.main.is_ra_type_file)
 @Issue(4856)
 def log_xml_with_merge_history(sbox):
   "log --use-merge-history --xml"