When running swig-py regression tests on the 1.14.x branch,
I see the following failure:
...........................................s......................................................................F.............................................
======================================================================
FAIL: test_parse_fns3_apply_textdelta_handler_refcount
(repository.SubversionRepositoryTestCase.test_parse_fns3_apply_textdelta_handler_refcount)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/stsp/svn/svn-1.14.x/subversion/bindings/swig/python/tests/repository.py",
line 359, in test_parse_fns3_apply_textdelta_handler_refcount
self.assertEqual(None, handler_ref())
AssertionError: None != <function SubversionRepositoryTestCase.te[77 chars]0c20>
Does anyone know whether this is an expected failure?
Or how to make the test pass?