Daniel Shahaf wrote:
> dsahlb...@apache.org wrote on Sun, 16 Jan 2022 19:19 +00:00:
>> Add a test for issue #4856, "invalid xml file produced by: svn log --xml
>> --use-merge-history".
> 
> The new test XFails for me over ra_local but XPasses over
> svnserveautocheck and davautocheck.

On the 'pristines-on-demand' branch I get XFAIL over all three, with
this being the failure message in each case:

EXCEPTION: Failure: Apparently invalid XML in '<?xml version="1.0" 
encoding="UTF-8"?>\n\n<log>\n\n</logentry>\n\n</log>\n'

On a trunk WC (updated today) I get:

  File
"/home/julianfoad/src/subversion-d/subversion/tests/cmdline/svntest/main.py",
line 619, in <genexpr>
    assert all(isinstance(arg, (str, unicode, int)) for arg in varargs)
NameError: name 'unicode' is not defined

This is on Ubuntu 21.10 with Python 3.9. Is the 'unicode' class name too
old or too new for this Python?

Oh... I see you added that line just today! r1897452.

- Julian

Reply via email to