From f48c9a65952d811c1803f6ff9bc7e2841f9677ec Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 15 Feb 2009 12:44:10 +0100 Subject: [PATCH] Fix test suite. --- tests/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_config.py b/tests/test_config.py index 6343a364e..b3aa4eeaa 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -36,7 +36,7 @@ def test_core_config(app): # complex default values assert 'html_title' not in cfg.__dict__ - assert cfg.html_title == 'Sphinx v0.4alpha1 documentation' + assert cfg.html_title == 'Sphinx v0.6alpha1 documentation' # complex default values mustn't raise for valuename in cfg.config_values: