summaryrefslogtreecommitdiff
path: root/swat/esptest/index.esp
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-05-27 04:37:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:05 -0500
commit96df7fcbf9dc2ba8d1da48a29baf35262d62287d (patch)
tree9a7d40ba5b46d1275443b4c5e93c3a854dc04d4e /swat/esptest/index.esp
parent2cdce8d1aac1e2bf96016a7ccd51071c0e8f4767 (diff)
downloadsamba-96df7fcbf9dc2ba8d1da48a29baf35262d62287d.tar.gz
samba-96df7fcbf9dc2ba8d1da48a29baf35262d62287d.tar.bz2
samba-96df7fcbf9dc2ba8d1da48a29baf35262d62287d.zip
r7005: added a esp page to demonstrate exception handling
(This used to be commit 96c15646d2f29dd2839a2bab4b9e57bddfd2cee1)
Diffstat (limited to 'swat/esptest/index.esp')
-rw-r--r--swat/esptest/index.esp3
1 files changed, 2 insertions, 1 deletions
diff --git a/swat/esptest/index.esp b/swat/esptest/index.esp
index e85937e4bf..7a5952e955 100644
--- a/swat/esptest/index.esp
+++ b/swat/esptest/index.esp
@@ -1,5 +1,6 @@
<%
- var tests = new Array("formtest", "showvars", "include", "session", "loadparm");
+ var tests = new Array("formtest", "showvars", "include",
+ "session", "loadparm", "exception");
%>
<HTML>