X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FChangeLog;h=dcc98e044c9a38cd00f7ec307b29120310e2bee3;hb=30391ad9b479dfb0538c85c86976ab7fa24bacc2;hp=9b3cbe078db9313cf0951d5967f97bf59d50dbd0;hpb=1fe5ddb7feb233de8b312c24a2b3a482316026aa;p=wget diff --git a/tests/ChangeLog b/tests/ChangeLog index 9b3cbe07..dcc98e04 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,36 @@ +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.