Fix test suite.

This commit is contained in:
Georg Brandl
2009-02-15 12:44:10 +01:00
parent c7bacf11b2
commit f48c9a6595

View File

@@ -36,7 +36,7 @@ def test_core_config(app):
# complex default values
assert 'html_title' not in cfg.__dict__
assert cfg.html_title == 'Sphinx <Tests> v0.4alpha1 documentation'
assert cfg.html_title == 'Sphinx <Tests> v0.6alpha1 documentation'
# complex default values mustn't raise
for valuename in cfg.config_values: