X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FChangeLog;h=7c8eb7108e019d5bc3534bbc6defae30dae65e84;hp=ff970ac1d4a56ff16f00e5a96908ec697f5fe009;hb=aab7dadc9a4f55d3a7921a2844ba1bbc18f7fc10;hpb=76bd534668b513f627dea1c9684eaf78f9f36948 diff --git a/tests/ChangeLog b/tests/ChangeLog index ff970ac1..7c8eb710 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,138 @@ +2009-09-07 Micah Cowan + + * 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. + * run-px, Makefile.am (EXTRA_DIST): Added Test-ftp-recursive.px. + + * FTPTest.pm (_setup_server): Don't construct the "input" + directory's contents, just pass the URLs structure to + FTPServer->new. + * FTPServer.pm: Rewrote portions, so that the server now uses the + information from the %urls hash directly, rather than reading from + real files. Added an FTPPaths package to the file. + +2009-09-04 Micah Cowan + + * 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 + unnecessary (and harmful, as it overrides the automatic one). + +2009-09-01 Micah Cowan + + * Makefile.am (../src/libunittest.a): Make it a phony target, + so we always make sure to get up-to-date unit-test runs. + +2009-09-01 Steven Schubiger + + * Makefile.am: Add Test-cookies.px, Test-cookies-401.px + and Test-restrict-ascii.px to EXTRA_DIST. + +2009-08-31 Steven Schubiger + + * Makefile.am: Add Test-k.px to EXTRA_DIST. + +2009-08-29 Steven Schubiger + + * run-px: Add Test-k.px to the list. + + * Test-k.px: Test escaping of semicolons in local file strings. + +2009-08-27 Micah Cowan + + * WgetTest.pm.in (run): Shift the errcode right by 8 binary places. + + * Test--spider-fail.px, Test--spider-r--no-content-disposition.px, + Test--spider-r--no-content-disposition-trivial.px, + Test--spider-r-HTTP-Content-Disposition.px, Test--spider-r.px, + Test-O-nonexisting.px, Test-cookies-401.px, + Test-nonexisting-quiet.px: Adjusted "expected error code"; Wget's + exit codes have changed. + +2009-08-27 Micah Cowan + + * run-px: Added Test-cookies.px, Test-cookies-401.px + + * Test-cookies.px: Basic testing to make sure Wget doesn't send + cookies; no path/domain checking. + + * Test-cookies.px: Test to make sure Wget heeds cookies when they + are sent with a 401 response (#26775). + + * HTTPServer.pm (send_response): Don't try to substitute port in + response body, if there isn't one. + (verify_request_headers): Avoid uninitialized warning when an + expected header isn't provided by Wget. + +2009-07-27 Micah Cowan + + * Test-restrict-ascii.px: New. + + * run-px: Added Test-restrict-ascii.px. + +2009-07-26 Micah Cowan + + * Test-ftp-iri.px, Test-ftp-iri-fallback.px, + Test-ftp-iri-recursive.px, Test-ftp-iri-disabled.px, + Test-idn-cmd.px, Test-idn-robots.px: Adjust wget invocations, + replacing --locale with --local-encoding. + 2009-07-07 Steven Schubiger * Makefile.am: Add IDN/IRI test files and Test-meta-robots.px