X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FChangeLog;h=9b3cbe078db9313cf0951d5967f97bf59d50dbd0;hp=f5e4f348029a00767426168513e531d14316e198;hb=1fe5ddb7feb233de8b312c24a2b3a482316026aa;hpb=b014f8fae9291e7504c0cca2dd8b9a0035466c03 diff --git a/tests/ChangeLog b/tests/ChangeLog index f5e4f348..9b3cbe07 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,32 @@ +2009-09-04 Micah Cowan + + * WgetTest.pm.in (run): Error-checking improvements. + +2009-09-02 Micah Cowan + + * Makefile.am (unit-tests): explicit dependency is + unnecessary (and harmful, as it overrides the automatic one). + +2009-09-01 Micah Cowan + + * Makefile.am (../src/libunittest.a): Make it a phony target, + so we always make sure to get up-to-date unit-test runs. + +2009-09-01 Steven Schubiger + + * Makefile.am: Add Test-cookies.px, Test-cookies-401.px + and Test-restrict-ascii.px to EXTRA_DIST. + +2009-08-31 Steven Schubiger + + * Makefile.am: Add Test-k.px to EXTRA_DIST. + +2009-08-29 Steven Schubiger + + * run-px: Add Test-k.px to the list. + + * Test-k.px: Test escaping of semicolons in local file strings. + 2009-08-27 Micah Cowan * WgetTest.pm.in (run): Shift the errcode right by 8 binary places.