Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsheep@wintermute <sheep@wintermute>2009-09-13 19:26:31 (GMT)
committer sheep@wintermute <sheep@wintermute>2009-09-13 19:26:31 (GMT)
commit62b9acd39c8825b39075c1b75bbebd49ab41db0e (patch)
tree3f2cf9ca57346d95a975bcda0453b4c52012c6c2 /tests
parent1adf311659436785a1a6f9fb59840491dadb3e74 (diff)
use wiki_link in menu
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_hatta.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_hatta.py b/tests/test_hatta.py
index cb87168..72cbf9a 100755
--- a/tests/test_hatta.py
+++ b/tests/test_hatta.py
@@ -283,8 +283,8 @@ abbr.date {border:none}
<input class="button" type="submit" value="Search">
</div></form>
<div class="menu">
- <a href="/">Home</a>
- <a href="/%2Bhistory">Recent changes</a>
+ <a href="/" title="Home" class="wiki nonexistent">Home</a>
+ <a href="+history" title="+history" class="special">Recent changes</a>
</div>
<h1>page &lt;title&gt;</h1>
</div>
@@ -362,8 +362,8 @@ abbr.date {border:none}
<input class="button" type="submit" value="Search">
</div></form>
<div class="menu">
- <a href="/">Home</a>
- <a href="/%2Bhistory">Recent changes</a>
+ <a href="/" title="Home" class="wiki nonexistent">Home</a>
+ <a href="+history" title="+history" class="special">Recent changes</a>
</div>
<h1>different &lt;title&gt;</h1>
</div>