From df6b2001ed26e554fb6432928d0edb5a9ab66d7f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 16 Mar 2009 22:37:38 +0100 Subject: [PATCH] Fix test suite for docutils 0.4. --- tests/test_build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_build.py b/tests/test_build.py index 3027cd8a6..888063a95 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -77,7 +77,8 @@ HTML_XPATH = { }, 'contents.html': { ".//meta[@name='hc'][@content='hcval']": '', - ".//td[@class='label']": '[Ref1]', + #".//td[@class='label']": '[Ref1]', # docutils 0.5 only + ".//td[@class='label']": '', ".//li[@class='toctree-l1']/a": 'Testing various markup', ".//li[@class='toctree-l2']/a": 'Admonitions', ".//title": 'Sphinx ',