X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FChangeLog;h=f3b1bac164ed9a772544f90ecb58ea0fa25aff62;hp=90907f4aec1745095ca6d3b4f9658ce63dff5373;hb=5511220638a3b5d723d6550b7a964cc597b39480;hpb=ad4b678d2d8aac8644810319cb439994c1470a18 diff --git a/tests/ChangeLog b/tests/ChangeLog index 90907f4a..f3b1bac1 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,51 @@ +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. + (FTPPaths::_format_for_list): If server behavior has "bad_list" + set, then always report 0 for the size. + * Test-ftp-bad-list.px: Added. Attempts to reproduce bug + 22403... but doesn't. + * run-px, Makefile.am (EXTRA_DIST): Added Test-ftp-bad-list.px. + +2009-09-06 Micah Cowan + + * WgetTest.pm.in (_setup): Don't expect error codes from + _setup_server; none are returned. + (quotechar, _show_diff): Added facilities for expounding on where + output didn't match expectations. + (_verify_download): Use _show_diff. + + * FTPTest.pm (_setup_server): Pass value of server_behavior to + FTPServer initialization. + + * Test-ftp-pasv-fail.px: Added. + * run-px, Makefile.am (EXTRA_DIST): Added Test-ftp-pasv-fail.px. + + * WgetTest.pm.in: Added "server_behavior" to the set of accepted + initialization values. + * FTPServer.pm (__open_data_connection): Add "server_behavior" to + the set of accepted initialization values. + (run): Honor the 'fail_on_pasv' server behavior setting, to + trigger the Wget getftp glitch. + 2009-09-05 Micah Cowan * Test-ftp-recursive.px: Added. @@ -14,6 +62,29 @@ * WgetTest.pm.in (run): Error-checking improvements. +2009-09-05 Steven Schubiger + + * run-px: Introduce two new diagnostics: Skip and Unknown. + + * WgetFeature.pm (import): Parse the version output of Wget + and assert the availability of a feature. + + * WgetFeature.cfg: Messages to be printed in absence of a + required feature. + + * Test-ftp-iri-disabled.px, Test-ftp-iri-fallback.px, + Test-ftp-iri-recursive.px, Test-ftp-iri.px, Test-idn-cmd.px, + Test-idn-headers.px, Test-idn-meta.px, Test-idn-robots.px, + Test-iri-forced-remote.px, Test-iri-list.px, + Test-iri-percent.px, Test-iri.px: Use WgetFeature.pm to + check for the presence of the IDN/IRI feature. + + * Test-proxied-https-auth.px: Replace grepping for a feature + with loading WgetFeature.pm at compile-time. + + * Makefile.am: Add WgetFeature.pm and WgetFeature.cfg + to EXTRA_DIST. + 2009-09-02 Micah Cowan * Makefile.am (unit-tests): explicit dependency is @@ -143,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 @@ -167,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, @@ -177,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, @@ -583,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. @@ -608,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. @@ -622,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.