]> sjero.net Git - wget/blobdiff - tests/ChangeLog
Test-c-partial.px improvement.
[wget] / tests / ChangeLog
index 8c40d0825645c824ccc4efeb4ab9162c64476200..73d93a2f9304182121a399ab7668cc25170afd6d 100644 (file)
@@ -1,10 +1,19 @@
 2008-05-31  Micah Cowan  <micah@cowan.name>
 
        * Test-N-current.px: Ensure we catch failures.
+
        * Test-N-old.px: Make it test only the timestamp, and not the
        content length in addition.
-       * Test-N-smaller.px: added.
-       * run-px: Added Test-N-smaller.px.
+
+       * Test-N-smaller.px, Test-N-no-info.px: added.
+
+       * Test-c-partial.px: Improve checking that the file was
+       partially retrieved, rather than overwritten.
+
+       * run-px: Added Test-N-smaller.px, Test-N-no-info.px.
+
+       * HTTPServer.pm: Return 416 for fully-retrieved content, rather
+       than 206 with a zero content-length.
 
 2008-05-23  Micah Cowan  <micah@cowan.name>