]> sjero.net Git - wget/blobdiff - tests/ChangeLog
Automated merge.
[wget] / tests / ChangeLog
index 9067fdfb5c8c98048ddd5e57eb8b9de4dd7bdfb4..36bc35dc9afb0c782024f787c6a8f54a552e5c9b 100644 (file)
@@ -1,3 +1,13 @@
+2008-06-22  Micah Cowan  <micah@cowan.name>
+
+       * Test-proxied-https-auth.px: Shift exit code so it falls in the
+       lower bits, and actually fails when it should. Use dynamic port,
+       instead of static port. Only run the test if our Wget was built
+       with HTTPS support.
+
+       * certs/server-cert.pem, certs/server-key.pem: Apparently failed
+       to add these from 1.11.x repo. Fixed.
+
 2008-06-12  Micah Cowan  <micah@cowan.name>
 
        * FTPServer.pm, FTPTest.pm, HTTPServer.pm, HTTPTest.pm,
        WgetTest.pm.in: Use whatever ports are available, rather than
        hard-coded ones.
 
+       * run-px: More summary info, explicit exit code.
+
+       * Makefile.am: Reinstate "run-px-tests" as a dependency for the
+       "check" target.
+
+       * WgetTest.pm.in: Draw more attention to the fact that
+       WgetTest.pm is a generated file.
+
        * Test-proxied-https-auth.px: Better cleanup, so next test can
        open the port.