Discussion:
[Docutils-users] Test suite failure
Ed Griffen
2013-10-10 14:17:35 UTC
Permalink
FAIL: test_raw_url (test_error_reporting.ErrorReportingTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/Ed_Griffen/temp/docutils-0.11/test/test_error_reporting.py", line 324, in test_raw_url
self.parser.parse, source, self.document)
AssertionError: SystemMessage not raised

----------------------------------------------------------------------
Ran 1251 tests in 88.045s


quicktest.py (Docutils 0.10 [release])

running Python 2.7.3 on Mac OSX 10.8.5
Guenter Milde
2013-10-11 07:10:53 UTC
Permalink
Post by Ed Griffen
FAIL: test_raw_url (test_error_reporting.ErrorReportingTests)
----------------------------------------------------------------------
File "/Users/Ed_Griffen/temp/docutils-0.11/test/test_error_reporting.py", line 324, in test_raw_url
self.parser.parse, source, self.document)
AssertionError: SystemMessage not raised
----------------------------------------------------------------------
Ran 1251 tests in 88.045s
quicktest.py (Docutils 0.10 [release])
running Python 2.7.3 on Mac OSX 10.8.5
Thank you for the report.

It looks like this is bug
http://sourceforge.net/p/docutils/bugs/223/
fixed in the SVN repo.
This is a false positive that can be savely ignored.

Günter

Loading...