summaryrefslogtreecommitdiff
path: root/tests/test_config.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-06 20:34:37 +0100
committerGeorg Brandl <georg@python.org>2011-01-06 20:34:37 +0100
commit0d6c738b02c7d41838b9f3a0bbe53229ee9177cf (patch)
treeeea76087fed29fed48bb6512565d406960b173a1 /tests/test_config.py
parent3020799a1ea577b1088b3dd39dd4d18fea5c814e (diff)
downloadsphinx-git-0d6c738b02c7d41838b9f3a0bbe53229ee9177cf.tar.gz
Fix test after config default change.
Diffstat (limited to 'tests/test_config.py')
-rw-r--r--tests/test_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.py b/tests/test_config.py
index 5e14f0ccf..b07a71bf1 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -39,7 +39,7 @@ def test_core_config(app):
# complex default values
assert 'html_title' not in cfg.__dict__
- assert cfg.html_title == 'Sphinx <Tests> v0.6alpha1 documentation'
+ assert cfg.html_title == 'Sphinx <Tests> 0.6alpha1 documentation'
# complex default values mustn't raise
for valuename in cfg.config_values: