diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-05-28 07:47:41 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-05-28 07:47:41 +0000 |
commit | 6c565dd7c06c96fd9b3394ade61f46da59590d30 (patch) | |
tree | f303c1a94627e002fa4dd73d2f2641596b8b1420 /test | |
parent | 84f03fda7c2be57e14f937e295710b5e883fedc6 (diff) | |
download | luasocket-6c565dd7c06c96fd9b3394ade61f46da59590d30.tar.gz luasocket-6c565dd7c06c96fd9b3394ade61f46da59590d30.tar.bz2 luasocket-6c565dd7c06c96fd9b3394ade61f46da59590d30.zip |
Almost there.
Diffstat (limited to 'test')
-rw-r--r-- | test/httptest.lua | 1 | ||||
-rw-r--r-- | test/urltest.lua | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/httptest.lua b/test/httptest.lua index d237547..a70aa87 100644 --- a/test/httptest.lua +++ b/test/httptest.lua | |||
@@ -4,7 +4,6 @@ | |||
4 | -- to "/luasocket-test-cgi" and "/luasocket-test-cgi/" | 4 | -- to "/luasocket-test-cgi" and "/luasocket-test-cgi/" |
5 | -- needs "AllowOverride AuthConfig" on /home/c/diego/tec/luasocket/test/auth | 5 | -- needs "AllowOverride AuthConfig" on /home/c/diego/tec/luasocket/test/auth |
6 | 6 | ||
7 | require("luasocket") | ||
8 | require("http") | 7 | require("http") |
9 | 8 | ||
10 | dofile("testsupport.lua") | 9 | dofile("testsupport.lua") |
diff --git a/test/urltest.lua b/test/urltest.lua index 02b7077..8c2ee88 100644 --- a/test/urltest.lua +++ b/test/urltest.lua | |||
@@ -1,3 +1,4 @@ | |||
1 | require"url" | ||
1 | dofile("testsupport.lua") | 2 | dofile("testsupport.lua") |
2 | 3 | ||
3 | local check_build_url = function(parsed) | 4 | local check_build_url = function(parsed) |