]> sjero.net Git - wget/blobdiff - tests/ChangeLog
Regression test for getftp bug (fails).
[wget] / tests / ChangeLog
index 90907f4aec1745095ca6d3b4f9658ce63dff5373..dcc98e044c9a38cd00f7ec307b29120310e2bee3 100644 (file)
@@ -1,3 +1,24 @@
+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.