summaryrefslogtreecommitdiff
path: root/tests/test_build_texinfo.py
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2013-05-02 10:37:12 +0900
committershimizukawa <shimizukawa@gmail.com>2013-05-02 10:37:12 +0900
commit95510a2f5e878de04819b3ff3ef28857dca91e92 (patch)
treeec8f4583ba9bc5763a6463fb7c0b58346f257cec /tests/test_build_texinfo.py
parent07d9e7e42352534a82e8e44801c5c1cc577728b2 (diff)
downloadsphinx-95510a2f5e878de04819b3ff3ef28857dca91e92.tar.gz
Fix: Citation target missing cause AssertionError. Closes #1160
Diffstat (limited to 'tests/test_build_texinfo.py')
-rw-r--r--tests/test_build_texinfo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_build_texinfo.py b/tests/test_build_texinfo.py
index 587d123b..eb60fb8f 100644
--- a/tests/test_build_texinfo.py
+++ b/tests/test_build_texinfo.py
@@ -28,6 +28,7 @@ def teardown_module():
texinfo_warnfile = StringIO()
TEXINFO_WARNINGS = ENV_WARNINGS + """\
+None:None: WARNING: citation not found: missing
None:None: WARNING: no matching candidate for image URI u'foo.\\*'
None:None: WARNING: no matching candidate for image URI u'svgimg.\\*'
"""