From 452a41ba8a001f58b3f96c5ed99f0f929af7e19c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 25 Sep 2011 08:37:35 +0200 Subject: [PATCH] Fix tests in the face of docutils 0.6. --- tests/test_build_html.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_build_html.py b/tests/test_build_html.py index 93aa41d41..77808f88d 100644 --- a/tests/test_build_html.py +++ b/tests/test_build_html.py @@ -40,7 +40,8 @@ http://www.python.org/logo.png %(root)s/includes.txt:\\d*: WARNING: Encoding 'utf-8-sig' used for \ reading included file u'.*?wrongenc.inc' seems to be wrong, try giving an \ :encoding: option\\n? -%(root)s/includes.txt:4: WARNING: download file not readable: nonexisting.png +(%(root)s/includes.txt|None):4: WARNING: download file not readable: \ +nonexisting.png %(root)s/objects.txt:\\d*: WARNING: using old C markup; please migrate to \ new-style markup \(e.g. c:function instead of cfunction\), see \ http://sphinx.pocoo.org/domains.html