]> sjero.net Git - wget/blobdiff - tests/ChangeLog
Test --auth-no-challenge, for URL- and option-specified user/pass.
[wget] / tests / ChangeLog
index 4b79696cda575c8ff69fa43d687502dc207cc36f..e432c35ccd40a00efd95e033f85ed98876a06e92 100644 (file)
@@ -1,8 +1,35 @@
+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.