summaryrefslogtreecommitdiff
path: root/tests/test_config.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-07 21:41:03 +0100
committerGeorg Brandl <georg@python.org>2010-01-07 21:41:03 +0100
commit4f2ab257185be851cd2c57f636ce990232bc1bb9 (patch)
tree6bdd77acf8c3695f3cba5e0e80f13dfc1d8612cc /tests/test_config.py
parent51261adf4a87e8e70838fd59fe51b031147a0d5a (diff)
parent0483cc8635b8968643afa985fb656a450ffe41bf (diff)
downloadsphinx-4f2ab257185be851cd2c57f636ce990232bc1bb9.tar.gz
merge with trunk (not working perfectly yet)
Diffstat (limited to 'tests/test_config.py')
-rw-r--r--tests/test_config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_config.py b/tests/test_config.py
index 621741aa..426b808e 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -30,8 +30,8 @@ def test_core_config(app):
assert cfg.latex_elements['docclass'] == 'scrartcl'
# simple default values
- assert 'exclude_dirs' not in cfg.__dict__
- assert cfg.exclude_dirs == []
+ assert 'locale_dirs' not in cfg.__dict__
+ assert cfg.locale_dirs == []
assert cfg.trim_footnote_reference_space == False
# complex default values