diff options
Diffstat (limited to 'swat/esptest/index.esp')
-rw-r--r-- | swat/esptest/index.esp | 3 |
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> |