]> sjero.net Git - wget/blobdiff - tests/ChangeLog
Rewrote FTPServer.pm to avoid filesystem; added Test-ftp-recursive.px.
[wget] / tests / ChangeLog
index 9b3cbe078db9313cf0951d5967f97bf59d50dbd0..90907f4aec1745095ca6d3b4f9658ce63dff5373 100644 (file)
@@ -1,3 +1,15 @@
+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.