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
commitb1c937f0d9288a7033feb0feff05cc621667a008 (patch)
tree6bdd77acf8c3695f3cba5e0e80f13dfc1d8612cc /tests/test_config.py
parent5e17487b7434576d9b8d838e98854d40530fd334 (diff)
parent75be813edc7d2323dc97b48b1f10ed7f353d6a11 (diff)
downloadsphinx-git-b1c937f0d9288a7033feb0feff05cc621667a008.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 621741aa8..426b808ea 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