X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FChangeLog;h=f3b1bac164ed9a772544f90ecb58ea0fa25aff62;hp=7c8eb7108e019d5bc3534bbc6defae30dae65e84;hb=5511220638a3b5d723d6550b7a964cc597b39480;hpb=aab7dadc9a4f55d3a7921a2844ba1bbc18f7fc10 diff --git a/tests/ChangeLog b/tests/ChangeLog index 7c8eb710..f3b1bac1 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,21 @@ +2009-09-24 Micah Cowan + + * Test-ftp-iri-disabled.px: Fix name "Test-ftp-iri" -> + "test-ftp-iri-disabled" + + * Test-ftp-iri-fallback.px: Fix name "Test-ftp-iri" -> + "test-ftp-iri-fallback" + 2009-09-07 Micah Cowan + * run-px: Exit with a failure if there were any tests with + "unknown" exit statuses. + + * Test-auth-with-content-disposition.px: New. Test Content-Disposition + support when HTTP authentication is required. + * run-px, Makefile.am (EXTRA_DIST): Added + Test-auth-with-content-disposition.px. + * FTPServer.pm (FTPServer::run): Pass "server behavior" information to newly-constructed FTPPaths object. (FTPPaths::initialize): Accept "server behavior" hash. @@ -198,7 +214,7 @@ 2009-04-11 Steven Schubiger - * run-px: Skip testing with real rc files by setting + * run-px: Skip testing with real rc files by setting SYSTEM_WGETRC and WGETRC to /dev/null. 2009-02-25 Benjamin Wolsey @@ -222,8 +238,8 @@ * Test-auth-basic.px, Test-auth-no-challenge.px, Test-auth-no-challenge-url.px, Test-c-full.px, Test-c-partial.px, Test-c.px, Test-c-shorter.px, - Test-E-k-K.px, Test-E-k.px, Test-ftp.px, - Test-HTTP-Content-Disposition-1.px, + Test-E-k-K.px, Test-E-k.px, Test-ftp.px, + Test-HTTP-Content-Disposition-1.px, Test-HTTP-Content-Disposition-2.px, Test-HTTP-Content-Disposition.px, Test-N-current.px, Test-N-HTTP-Content-Disposition.px, @@ -232,9 +248,9 @@ Test-N-no-info.px, Test--no-content-disposition.px, Test--no-content-disposition-trivial.px, Test-N-old.px, Test-nonexisting-quiet.px, Test-noop.px, Test-np.px, - Test-N.px, Test-N-smaller.px, + Test-N.px, Test-N-smaller.px, Test-O-HTTP-Content-Disposition.px, Test-O-nc.px, - Test-O--no-content-disposition.px, + Test-O--no-content-disposition.px, Test-O--no-content-disposition-trivial.px, Test-O-nonexisting.px, Test-O.px, Test-proxy-auth-basic.px, Test-Restrict-Lowercase.px, @@ -638,7 +654,7 @@ 2006-05-26 Mauro Tortonesi - * HTTPServer.pm: Fixed bug when returning 404. Improved logging. + * HTTPServer.pm: Fixed bug when returning 404. Improved logging. * Test.pm: Added support for command lines which use an absolute path for the Wget binary. @@ -663,7 +679,7 @@ * HTTPTest.pm: Updated to new test format. - * Test.pm: Improved test setup, verification and cleanup. Major + * Test.pm: Improved test setup, verification and cleanup. Major refactoring. * Test1.px: Updated to new test format. @@ -677,17 +693,17 @@ 2005-12-05 Mauro Tortonesi - * HTTPServer.pm: Refactored as a subclass of HTTP::Daemon. - Removed the old run method and renamed the old run_daemon - method to run. Added support for partial + * HTTPServer.pm: Refactored as a subclass of HTTP::Daemon. + Removed the old run method and renamed the old run_daemon + method to run. Added support for partial * Testing.pm: Renamed to HTTPTest.pm. - * HTTPTest.pm: Refactored as a subclass of Test. Renamed - Run_HTTP_Test to run, verify_download to _verify_download + * HTTPTest.pm: Refactored as a subclass of Test. Renamed + Run_HTTP_Test to run, verify_download to _verify_download and added support for timestamp checking. - * Test.pm: Added Test class as the super class of every + * Test.pm: Added Test class as the super class of every testcase. * test1: Renamed to Test1.px.