diff options
| author | Georg Brandl <georg@python.org> | 2010-08-25 11:33:25 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-08-25 11:33:25 +0000 |
| commit | a571d75ba0f9ebeb317e5fcb7527030554908170 (patch) | |
| tree | afdff645e759cdd7ee04f0f73e0a3d9644aa26d2 /tests/test_build_html.py | |
| parent | d91c69f485314bf1db5d81e2716b1097995557c5 (diff) | |
| download | sphinx-a571d75ba0f9ebeb317e5fcb7527030554908170.tar.gz | |
Fix test.
Diffstat (limited to 'tests/test_build_html.py')
| -rw-r--r-- | tests/test_build_html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_html.py b/tests/test_build_html.py index c75e7c2d..8f3a8f2a 100644 --- a/tests/test_build_html.py +++ b/tests/test_build_html.py @@ -38,7 +38,7 @@ http://www.python.org/logo.png %(root)s/includes.txt:\\d*: \\(WARNING/2\\) 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: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 |
