summaryrefslogtreecommitdiff
path: root/docutils/test
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-11-25 11:26:34 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-11-25 11:26:34 +0000
commit2a09cdcc3d2a58e1fbffa6b2562814372cb8e850 (patch)
treeff0bd68f29a5df664fa14e2a81c946f2eff015e5 /docutils/test
parent014fea54d3c9d4f1a8199ce2e73b6ef44a10b747 (diff)
downloaddocutils-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.txt1
-rw-r--r--docutils/test/data/config_old.txt1
-rwxr-xr-xdocutils/test/test_settings.py2
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,