summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-06 15:49:15 +0200
committerGeorg Brandl <georg@python.org>2014-10-06 15:49:15 +0200
commit72d21037e99936a76d51aab4b6b7b88ba3144f20 (patch)
tree0ce9a17bab7b90dc08e5e1250ed3c232cd18885a
parent87a6fac8a13328911f6f3615251db52271d08388 (diff)
downloadsphinx-72d21037e99936a76d51aab4b6b7b88ba3144f20.tar.gz
test fix
-rw-r--r--tests/test_build_html.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_build_html.py b/tests/test_build_html.py
index 7ec830f8..f5c9a38e 100644
--- a/tests/test_build_html.py
+++ b/tests/test_build_html.py
@@ -695,9 +695,9 @@ def test_numfig_with_numbered_toctree(app, status, warning):
@gen_with_app(buildername='html', testroot='numfig',
confoverrides={'numfig': True,
- 'numfig_prefix': {'figure': 'Figure:',
- 'table': 'Tab_',
- 'code-block': 'Code-'}})
+ 'numfig_prefix': {'figure': 'Figure:%s',
+ 'table': 'Tab_%s',
+ 'code-block': 'Code-%s'}})
def test_numfig_with_prefix(app, status, warning):
app.builder.build_all()