diff options
| author | Georg Brandl <georg@python.org> | 2010-01-07 21:41:03 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-07 21:41:03 +0100 |
| commit | b1c937f0d9288a7033feb0feff05cc621667a008 (patch) | |
| tree | 6bdd77acf8c3695f3cba5e0e80f13dfc1d8612cc /tests/test_config.py | |
| parent | 5e17487b7434576d9b8d838e98854d40530fd334 (diff) | |
| parent | 75be813edc7d2323dc97b48b1f10ed7f353d6a11 (diff) | |
| download | sphinx-git-b1c937f0d9288a7033feb0feff05cc621667a008.tar.gz | |
merge with trunk (not working perfectly yet)
Diffstat (limited to 'tests/test_config.py')
| -rw-r--r-- | tests/test_config.py | 4 |
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 |
