X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FChangeLog;h=9ee2bb08ccb06cdca58a9cc767615e4eb040c099;hp=d9ba6531debc3f6b09042e25230d6c705133367c;hb=5febddec7087446e0083d5e4455a9c06c391d760;hpb=5d0073b8f290dee2e9bad3e83230f6b57dd06beb diff --git a/tests/ChangeLog b/tests/ChangeLog index d9ba6531..9ee2bb08 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,32 @@ +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 + + * Test-ftp-iri-disabled.px, Test-iri-disabled.px: + --iri=no --> --no-iri + +2009-07-01 Micah Cowan + + * HTTPServer.pm (send_response): Invocation of + verify_request_headers, to support testing of Wget-sent header + values. + (verify_request_headers): Added. + + * Test-iri.px: Added verification checks for Referer values. + +2009-06-29 Micah Cowan + + * WgetTest.pm.in (_cleanup): Allow cleanup of test directories to + be skipped at user discretion. + + * run-px, Test-iri-percent.px, Test-ftp-iri-recursive.px: Added + test for percent-coded value preservation, FTP recursion when IRI + support's on. + 2008-12-04 Micah Cowan (not copyrightable) * run-px, Test-idn-robots.px: Added test for robots-file @@ -14,6 +43,30 @@ Test-iri-forced-remote.px, Test-iri-list.px, Test-iri.px: More module-scope warnings. +2009-06-14 Micah Cowan + + * Makefile.am (EXTRA_DIST): Include all the tests, run-px, and + certs/, to make distcheck happy. + +2009-06-11 Benjamin Wolsey + + * Test-proxied-https-auth.px: Take an optional argument for the + top source directory, so we can find the cert and key. + + * run-px: Provide the top source directory as an argument, so + scripts can find their way around. + +2009-04-11 Steven Schubiger + + * run-px: Skip testing with real rc files by setting + SYSTEM_WGETRC and WGETRC to /dev/null. + +2009-02-25 Benjamin Wolsey + + * Makefile.am (run-px-tests): Ensure run-px is run from srcdir. + + * run-px: Include modules from srcdir. + 2008-11-25 Steven Schubiger * WgetTest.pm.in: Remove the magic interpreter line;