luasocket/test
2004-07-18 22:56:14 +00:00
..
auth http.lua updated. still needs proxy support. 2004-01-16 07:06:31 +00:00
cgi The test directory! 2003-03-21 23:49:18 +00:00
excepttest.lua Forgot a few files. 2004-07-01 05:38:44 +00:00
ftptest.lua Implemented safe exceptions. This looks preeety good. 2004-06-18 08:02:09 +00:00
httptest.lua Still need to fix windows. :o/ 2004-07-15 06:11:53 +00:00
index.html The test directory! 2003-03-21 23:49:18 +00:00
mimetest.lua Compiles and runs on windows. 2004-07-02 18:44:05 +00:00
README Almost ready for distribution... 2004-06-17 21:46:22 +00:00
smtptest.lua Adjusted some details, got rid of old files, added some new. 2004-03-22 04:15:03 +00:00
stufftest.lua More adjustments/bugfixes. 2004-06-21 06:07:58 +00:00
testclnt.lua Changed send function. 2004-07-18 22:56:14 +00:00
testmesg.lua Few extra changes. 2004-06-22 04:49:57 +00:00
testsrvr.lua Changed send function. 2004-07-18 22:56:14 +00:00
testsupport.lua complicated bug in ltn12.filter.chain... 2004-04-01 07:32:53 +00:00
tftptest.lua Fixed smtp.lua loading. 2004-06-16 01:02:07 +00:00
unixtest.lua Forgot a few files. 2004-07-01 05:38:44 +00:00
upload.html The test directory! 2003-03-21 23:49:18 +00:00
urltest.lua More adjustments/bugfixes. 2004-06-21 06:07:58 +00:00

This provides the  automated test scripts used to make  sure the library
is working properly.

The files provided are:

    testsrvr.lua            -- test server
    testclnt.lua            -- test client

To run these tests, just run lua on the server and then on the client. 

Good luck,
Diego.