]> sjero.net Git - wget/blobdiff - tests/ChangeLog
Remove shebang line from test libraries.
[wget] / tests / ChangeLog
index 4b79696cda575c8ff69fa43d687502dc207cc36f..187a65a49eb3b3ad62e6fbc401749ad2353f1da5 100644 (file)
@@ -1,8 +1,41 @@
+2008-11-12  Steven Schubiger  <stsc@members.fsf.org>
+
+       * FTPServer.pm, FTPTest.pm, HTTPServer.pm, HTTPTest.pm:
+       Remove the magic interpreter line, because it cannot be
+       used fully. Substitute -w with use warnings.
+
+2008-11-11  Micah Cowan  <micah@cowan.name>
+
+       * HTTPServer.pm (handle_auth): Allow testing of
+       --auth-no-challenge.
+
+       * Test-auth-no-challenge.px, Test-auth-no-challenge-url.px:
+       Added.
+
+       * run-px: Add Test-auth-no-challenge.px,
+       Test-auth-no-challenge-url.px.
+
+2008-11-07  Steven Schubiger  <stsc@members.fsf.org>
+
+       * run-px: Use some colors for the summary part of the test
+       output to strengthen the distinction between a successful
+       or failing run.
+
+2008-11-06  Steven Schubiger  <stsc@members.fsf.org>
+
+       * run-px: When executing test scripts, invoke them with the
+       current perl executable name as determined by env.
+
+2008-11-06  Micah Cowan  <micah@cowan.name>
+
+       * run-px: Use strict (thanks Steven Schubiger!).
+
 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.
+       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.