Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-05-23 | inets: Use test_server app tests and remove legacy test_server code | Ingela Anderton Andin | |
FTP tests needed some refactoring as some tests where lost to the ftp_suite_lib module that was not run. | |||
2015-09-10 | inets: Add test suite for socket_wrap feature | Ingela Anderton Andin | |
On Linux systems a socket may be opened pre starting Erlang and then passed to Erlangs ftpd or httpd daemon. This is useful as the wrap program can open a privileged port and Erlang does not have to be run as root. The test program will only open a random port, but it exercises the code so that the feature will remain intact. |