aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/design_for_cross-linking_between_content_and_CGI.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2014-10-05 14:29:32 +0100
committerSimon McVittie <smcv@debian.org>2014-10-05 14:29:32 +0100
commit823268e5c78be454f0da5013c1bfa7e5d936902d (patch)
tree176a9fcade3133837fb3c52f222055e7f4368c93 /doc/todo/design_for_cross-linking_between_content_and_CGI.mdwn
parent5c3200459f780ea754793bddd8ff374ffadcaf9f (diff)
downloadikiwiki-823268e5c78be454f0da5013c1bfa7e5d936902d.tar
ikiwiki-823268e5c78be454f0da5013c1bfa7e5d936902d.tar.gz
add the beginnings of a test for CGI/static URL interactions
Diffstat (limited to 'doc/todo/design_for_cross-linking_between_content_and_CGI.mdwn')
-rw-r--r--doc/todo/design_for_cross-linking_between_content_and_CGI.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/design_for_cross-linking_between_content_and_CGI.mdwn b/doc/todo/design_for_cross-linking_between_content_and_CGI.mdwn
index 64b3e848c..7c920f01f 100644
--- a/doc/todo/design_for_cross-linking_between_content_and_CGI.mdwn
+++ b/doc/todo/design_for_cross-linking_between_content_and_CGI.mdwn
@@ -109,3 +109,10 @@ in the setup file as http if you intend that they will most commonly
be accessed via http (e.g. the "my cert is not CA-cartel approved"
use-case), or as https if you intend to force accesses into
being via https (the "my wiki is secret" use-case).
+
+# Regression test
+
+I've added a regression test in `t/relativity.t`. We might want to
+consider dropping some of it or skipping it unless a special environment
+variable is set once this is all working, since it's a bit slow.
+--[[smcv]]