diff tests/__init__.py @ 357:666a9d0981bb

Quick fixes for the unit tests.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 20 Sep 2015 14:40:08 -0700
parents 03e3e793fa22
children 1dc6a0a74da3
line wrap: on
line diff
--- a/tests/__init__.py	Sun Sep 20 08:27:54 2015 -0700
+++ b/tests/__init__.py	Sun Sep 20 14:40:08 2015 -0700
@@ -72,6 +72,7 @@
     res += '\" data-wiki-url=\"' + url + '\"'
     if mod:
         res += ' data-wiki-mod=\"' + mod + '\"'
+    res += ' href="/read' + url + '"'
     res += '>' + title + '</a>'
     return res