X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FChangeLog;h=84e62c96f9b44d525e33a3d2966b290427ae1894;hp=ff970ac1d4a56ff16f00e5a96908ec697f5fe009;hb=58a9721edf16684ca99b1c301a4768ade07eb03b;hpb=76bd534668b513f627dea1c9684eaf78f9f36948 diff --git a/tests/ChangeLog b/tests/ChangeLog index ff970ac1..84e62c96 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,195 @@ +2010-05-16 Giuseppe Scrivano + + * Makefile.am (../md5/libmd5.a): Remove rule. + (LDADD): Remove MD5_LDADD. + +2010-05-08 Giuseppe Scrivano + + * Makefile.am: Update copyright years. + +2010-05-07 Giuseppe Scrivano + + * Makefile.am (LIBS): Add definition. + (LDADD): Add LIBS. + +2010-03-01 Steven Schubiger + + * Test-i-ftp.px: Test --input-file in conjunction with FTP. + * run-px, Makefile.am (EXTRA_DIST): Added Test-i-ftp.px. + +2010-02-26 Steven Schubiger + + * Test-i-http.px: Test --input-file in conjunction with HTTP. + * run-px, Makefile.am (EXTRA_DIST): Added Test-i-http.px. + +2010-02-25 Steven Schubiger + + * FTPServer.pm (FTPServer::new): Substitute port placeholders + in content of files to be retrieved via FTP. + +2009-10-14 Steven Schubiger + + * Test-E-k-K.px, Test-cookies-401.px, Test-ftp-bad-list.px, + Test-iri-list.px, Test-iri.px: Removed -d from invocation. + Patch by Mike Frysinger. + +2009-09-27 Micah Cowan + + * Test-idn-cmd.px, Test-idn-headers.px, Test-idn-meta.px, + Test-idn-robots.px, Test-proxy-auth-basic.px: Removed --debug from + invocation (in case it wasn't built with --debug support). + +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. + * 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 @@ -6,7 +198,7 @@ 2009-07-05 Micah Cowan * Test-meta-robots.px: Added. - + * run-px: Add Test-meta-robots.px to the list. 2009-07-03 Micah Cowan @@ -63,7 +255,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 @@ -87,8 +279,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, @@ -97,9 +289,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, @@ -164,7 +356,7 @@ path (made necessary by the accompanying change to HTTPServer.pm). 2008-08-14 Xavier Saint - + * Test-iri-list.px : Fetch files from a remote list. 2008-08-03 Xavier Saint @@ -263,7 +455,7 @@ * 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. @@ -399,7 +591,7 @@ * Test-np.px: Added test for -np. * HTTPTest.pm: Ignore initial '/' character in requested URLs. - + 2006-10-12 Mauro Tortonesi * Test1.px: Renamed to Test-noop.px. @@ -419,13 +611,13 @@ * Test-O-nonexisting.px: Ditto. * Test5.px: Renamed to Test-HTTP-Content-Disposition.px. - + * Test-HTTP-Content-Disposition.px: Ditto. - + * Test6.px: Renamed to Test-HTTP-Content-Disposition-1.px. - + * Test-HTTP-Content-Disposition-1.px: Ditto. - + * Test7.px: Renamed to Test-HTTP-Content-Disposition-2.px. * Test-HTTP-Content-Disposition-2.px: Ditto. @@ -437,13 +629,13 @@ * Test-Restrict-Lowercase.px: Ditto. * Test10.px: Renamed to Test-Restrict-Uppercase.px. - + * Test-Restrict-Uppercase.px: Ditto. * Test--spider.px: Added test for spider mode. - + * Test--spider-fail.px: Added failing test for spider mode. - + * Test--spider-r.px: Added test for recursive spider mode. * Test-c.px: Added test for --continue mode. @@ -455,7 +647,7 @@ * Test-O.px: Added test for -O. * Test-N-current.px: Added test for -N. - + * Test-N-old.px: Added test for -N. * Test-E-k.px: Added test for -E -k. @@ -473,7 +665,7 @@ 2006-06-13 Mauro Tortonesi * Test9.px: Added test for --restrict-file-names=lowercase option. - + * Test10.px: Added test for --restrict-file-names=uppercase option. 2006-05-26 Mauro Tortonesi @@ -488,9 +680,9 @@ * Test1.px: Removed unneeded ../src/ from command line. * Test2.px: Ditto. - + * Test3.px: Ditto. - + * Test4.px: Ditto. * Test5.px: Ditto. @@ -503,7 +695,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. @@ -513,24 +705,24 @@ * Test5.px: Added test for HTTP Content-Disposition support. * Test6.px: Ditto. - + * Test7.px: Ditto. 2006-04-27 Mauro Tortonesi - + * HTTPServer.pm: Serve index.html if no filename is given. * Test.pm: Added support for pre-existing files. - + 2006-01-24 Mauro Tortonesi * HTTPServer.pm: Enhanced logging support. * 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. * Test2.px: Updated to new test format. @@ -539,32 +731,32 @@ * Test4.px: Added new test for quiet download of nonexistent URL with --output-document option. - + 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. - + * Test1.px: Refactored as an instance of the HTTPTest class. - + * Test2.px: Added -N HTTP test. 2005-11-02 Mauro Tortonesi * HTTPServer.pm: Added basic support for HTTP testing. - + * Testing.pm: Added basic support for feature testing (only HTTP testing is supported at the moment).