summaryrefslogtreecommitdiff
path: root/docutils/test/functional
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-03-14 17:11:18 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-03-14 17:11:18 +0000
commita68bf8c8a867359e0d705ec8b6f29d05ca56a986 (patch)
tree903f13d1d9c22220197481173a6d96dd96ed33cc /docutils/test/functional
parentb66ae6db64c88e31131e1640a34f8a9571c92d69 (diff)
downloaddocutils-a68bf8c8a867359e0d705ec8b6f29d05ca56a986.tar.gz
removed trailing slash from python_home and pep_home;
removed CVS keywords git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3041 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional')
-rw-r--r--docutils/test/functional/expected/pep_html.html14
-rw-r--r--docutils/test/functional/input/pep_html.txt4
-rw-r--r--docutils/test/functional/tests/pep_html.py4
3 files changed, 11 insertions, 11 deletions
diff --git a/docutils/test/functional/expected/pep_html.html b/docutils/test/functional/expected/pep_html.html
index 26a0203be..6e990e61a 100644
--- a/docutils/test/functional/expected/pep_html.html
+++ b/docutils/test/functional/expected/pep_html.html
@@ -16,13 +16,13 @@ to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE!
<table class="navigation" cellpadding="0" cellspacing="0"
width="100%" border="0">
<tr><td class="navicon" width="150" height="35">
-<a href="http://www.python.org//" title="Python Home Page">
-<img src="http://www.python.org//pics/PyBanner000.gif" alt="[Python]"
+<a href="http://www.python.org/" title="Python Home Page">
+<img src="http://www.python.org/pics/PyBanner000.gif" alt="[Python]"
border="0" width="150" height="35" /></a></td>
<td class="textlinks" align="left">
-[<b><a href="http://www.python.org//">Python Home</a></b>]
-[<b><a href="http://www.python.org//peps/">PEP Index</a></b>]
-[<b><a href="http://www.python.org/peps//pep-0100.txt">PEP Source</a></b>]
+[<b><a href="http://www.python.org/">Python Home</a></b>]
+[<b><a href="http://www.python.org/peps/">PEP Index</a></b>]
+[<b><a href="http://www.python.org/peps/pep-0100.txt">PEP Source</a></b>]
</td></tr></table>
<table class="rfc2822 docutils field-list" frame="void" rules="none">
<col class="field-name" />
@@ -32,9 +32,9 @@ to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE!
</tr>
<tr class="field"><th class="field-name">Title:</th><td class="field-body">Test PEP</td>
</tr>
-<tr class="field"><th class="field-name">Version:</th><td class="field-body">1.9</td>
+<tr class="field"><th class="field-name">Version:</th><td class="field-body">42</td>
</tr>
-<tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference" href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/nondist/peps/pep-0100.txt">2004/06/05 02:55:11</a></td>
+<tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference" href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/nondist/peps/pep-0100.txt">A long time ago.</a></td>
</tr>
<tr class="field"><th class="field-name">Author:</th><td class="field-body">John Doe &lt;john&#32;&#97;t&#32;example.org&gt;</td>
</tr>
diff --git a/docutils/test/functional/input/pep_html.txt b/docutils/test/functional/input/pep_html.txt
index fb70328b2..5cca3726e 100644
--- a/docutils/test/functional/input/pep_html.txt
+++ b/docutils/test/functional/input/pep_html.txt
@@ -1,7 +1,7 @@
PEP: 100
Title: Test PEP
-Version: $Revision$
-Last-Modified: $Date$
+Version: 42
+Last-Modified: A long time ago.
Author: John Doe <john@example.org>
Discussions-To: <devnull@example.org>
Status: Draft
diff --git a/docutils/test/functional/tests/pep_html.py b/docutils/test/functional/tests/pep_html.py
index 6dd226522..47e8b52d3 100644
--- a/docutils/test/functional/tests/pep_html.py
+++ b/docutils/test/functional/tests/pep_html.py
@@ -11,6 +11,6 @@ writer_name = "pep_html"
settings_overrides['stylesheet'] = None
settings_overrides['stylesheet_path'] = "../tools/stylesheets/pep.css"
settings_overrides['template'] = "../tools/pep-html-template"
-settings_overrides['python_home'] = "http://www.python.org/"
-settings_overrides['pep_home'] = "http://www.python.org/peps/"
+settings_overrides['python_home'] = "http://www.python.org"
+settings_overrides['pep_home'] = "http://www.python.org/peps"
settings_overrides['no_random'] = 1