X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FChangeLog;h=3ce03f9891ee60f75b74959f7f86ba8caddaf5e6;hb=484ba18aa724d1b502c886e94345016e45886ed6;hp=9509fa968d8dceefa8470815df72b77b11f855ce;hpb=c14a50bbbdef011a1136768a81d172d1aa5d09bb;p=wget diff --git a/tests/ChangeLog b/tests/ChangeLog index 9509fa96..3ce03f98 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,7 +1,72 @@ +2008-06-12 Micah Cowan + + * Test-proxied-https-auth.px: Better cleanup, so next test can + open the port. + +2008-05-31 Micah Cowan + + * Test-N-current.px: Ensure we catch failures. + + * Test-N-old.px: Make it test only the timestamp, and not the + content length in addition. + + * Test-N-smaller.px, Test-N-no-info.px: added. + + * Test-c-partial.px: Improve checking that the file was + partially retrieved, rather than overwritten. + + * run-px: Added Test-N-smaller.px, Test-N-no-info.px. + + * HTTPServer.pm: Return 416 for fully-retrieved content, rather + than 206 with a zero content-length. + +2008-05-23 Micah Cowan + + * Test--spider.px: Make test expect 0 return code. + +2008-05-22 Micah Cowan + + * Makefile.am (run-px-tests): Replaced ugly list of tests with + run-px Perl script to manage running them. + + * run-px: Added. + + * FTPServer.pm (run): Avoid re-forking. Fixes bug #20458. + +2008-04-26 Micah Cowan + + * Makefile.am, Test-proxied-https-auth.px: Added a test for + accessing password-protected HTTPS URLs through a proxy (via + CONNECT). + +2008-04-10 Micah Cowan + + * Makefile.am, Test-proxy-auth-basic.px: Added a test for + accessing password-protected URLs through a proxy. + +2008-01-25 Micah Cowan + + * Makefile.am: Updated copyright year. + +2008-01-23 Micah Cowan + + * Makefile.am: Add libmd5 to unit-tests. + +2007-11-28 Micah Cowan + + * Makefile.am: Updated license exception for OpenSSL, per the + SFLC. + +2007-10-18 Micah Cowan + + * Makefile.am: Add dependency for unit_tests on libgnu.a. + 2007-10-05 Ralf Wildenhues * WgetTest.pm.in: wget is built in the build tree. Use an absolute path to the binary. + * Makefile.in: Removed, replaced by Makefile.am. + * Makefile.am: Converted from Makefile.in. 2007-09-25 Micah Cowan