From ec0aa95d55b051ce1add3f9e8ac63d564a2809cc Mon Sep 17 00:00:00 2001 From: bel Date: Mon, 18 Nov 2013 21:23:17 +0100 Subject: [PATCH] Append plain Lua scripts to the test --- test/ajax/test.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/ajax/test.html b/test/ajax/test.html index c4209556..ea234333 100644 --- a/test/ajax/test.html +++ b/test/ajax/test.html @@ -19,6 +19,12 @@ var autoTest = false; var testType = "cgi"; + function NextTestType() { + if (testType == "cgi") testType = "lp"; + else if (testType == "lp") testType = "lua"; + else testType = "cgi"; + } + function runTest(method, isAsync) { ++pushCount; @@ -120,7 +126,7 @@ - +