diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-11-25 11:26:34 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-11-25 11:26:34 +0000 |
| commit | 2a09cdcc3d2a58e1fbffa6b2562814372cb8e850 (patch) | |
| tree | ff0bd68f29a5df664fa14e2a81c946f2eff015e5 /docutils/test | |
| parent | 014fea54d3c9d4f1a8199ce2e73b6ef44a10b747 (diff) | |
| download | docutils-2a09cdcc3d2a58e1fbffa6b2562814372cb8e850.tar.gz | |
removed no_random option; SF's Python doesn't seem to be broken anymore
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2868 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test')
| -rw-r--r-- | docutils/test/data/config_1.txt | 1 | ||||
| -rw-r--r-- | docutils/test/data/config_old.txt | 1 | ||||
| -rwxr-xr-x | docutils/test/test_settings.py | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/docutils/test/data/config_1.txt b/docutils/test/data/config_1.txt index f94074a8a..0c513dc57 100644 --- a/docutils/test/data/config_1.txt +++ b/docutils/test/data/config_1.txt @@ -22,4 +22,3 @@ stylesheet-path: stylesheets/default.css template: pep-html-template stylesheet-path: stylesheets/pep.css python-home: http://www.python.org -no-random: yes diff --git a/docutils/test/data/config_old.txt b/docutils/test/data/config_old.txt index fa07d6dab..53ab8cb70 100644 --- a/docutils/test/data/config_old.txt +++ b/docutils/test/data/config_old.txt @@ -11,4 +11,3 @@ stylesheet-path: stylesheets/default.css pep-template: pep-html-template pep-stylesheet-path: stylesheets/pep.css python-home: http://www.python.org -no-random: 1 diff --git a/docutils/test/test_settings.py b/docutils/test/test_settings.py index 2a17c6eef..bb0b87020 100755 --- a/docutils/test/test_settings.py +++ b/docutils/test/test_settings.py @@ -43,7 +43,6 @@ class ConfigFileTests(unittest.TestCase): settings = { 'old': {'datestamp': '%Y-%m-%d %H:%M UTC', 'generator': 1, - 'no_random': 1, 'python_home': 'http://www.python.org', 'source_link': 1, 'stylesheet': None, @@ -51,7 +50,6 @@ class ConfigFileTests(unittest.TestCase): 'template': fixpath('data/pep-html-template')}, 'one': {'datestamp': '%Y-%m-%d %H:%M UTC', 'generator': 1, - 'no_random': 1, 'python_home': 'http://www.python.org', 'record_dependencies': utils.DependencyList(), 'source_link': 1, |
