]> sjero.net Git - wget/blobdiff - tests/ChangeLog
Rewrote FTPServer.pm to avoid filesystem; added Test-ftp-recursive.px.
[wget] / tests / ChangeLog
index 5b0d571d6deaf62a599ef1cf2a48d67f5b3632a5..90907f4aec1745095ca6d3b4f9658ce63dff5373 100644 (file)
@@ -1,3 +1,24 @@
+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-02  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am (unit-tests): explicit dependency is
+       unnecessary (and harmful, as it overrides the automatic one).
+
 2009-09-01  Micah Cowan  <micah@cowan.name>
 
        * Makefile.am (../src/libunittest.a): Make it a phony target,