diff options
| author | Georg Brandl <georg@python.org> | 2011-01-06 20:34:37 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-01-06 20:34:37 +0100 |
| commit | 0d6c738b02c7d41838b9f3a0bbe53229ee9177cf (patch) | |
| tree | eea76087fed29fed48bb6512565d406960b173a1 /tests/test_config.py | |
| parent | 3020799a1ea577b1088b3dd39dd4d18fea5c814e (diff) | |
| download | sphinx-git-0d6c738b02c7d41838b9f3a0bbe53229ee9177cf.tar.gz | |
Fix test after config default change.
Diffstat (limited to 'tests/test_config.py')
| -rw-r--r-- | tests/test_config.py | 2 |
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: |
