]> sjero.net Git - wget/blobdiff - tests/ChangeLog
Fixed some test names.
[wget] / tests / ChangeLog
index 702c9d73e51ebc6c981c0b966563fe9282cd6c0b..f3b1bac164ed9a772544f90ecb58ea0fa25aff62 100644 (file)
@@ -1,3 +1,90 @@
+2009-09-24  Micah Cowan  <micah@cowan.name>
+
+       * 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  <micah@cowan.name>
+
+       * 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  <micah@cowan.name>
+
+       * 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  <micah@cowan.name>
+
+       * 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  <micah@cowan.name>
+
+       * WgetTest.pm.in (run): Error-checking improvements.
+
+2009-09-05  Steven Schubiger  <stsc@member.fsf.org>
+
+       * 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  <micah@cowan.name>
 
        * Makefile.am (unit-tests): explicit dependency is
 
 2009-04-11  Steven Schubiger  <stsc@member.fsf.org>
 
-       * 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  <bwy@benjaminwolsey.de>
        * 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,
        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,
 
 2006-05-26  Mauro Tortonesi  <mauro@ferrara.linux.it>
 
-       * 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.
 
        * 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.
        
 2005-12-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
 
-       * 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.