]> sjero.net Git - wget/blob - tests/ChangeLog
[svn] Minor bugfixing for test suite.
[wget] / tests / ChangeLog
1 2006-05-26  Mauro Tortonesi  <mauro@ferrara.linux.it>
2
3         * HTTPServer.pm: Fixed bug when returning 404. Improved logging. 
4
5         * Test.pm: Added support for command lines which use an absolute path
6         for the Wget binary.
7
8 2006-04-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
9
10         * Test5.px: Added test for HTTP Content-Disposition support.
11
12         * Test6.px: Ditto.
13         
14         * Test7.px: Ditto.
15
16 2006-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
17         
18         * HTTPServer.pm: Serve index.html if no filename is given.
19
20         * Test.pm: Added support for pre-existing files.
21         
22 2006-01-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
23
24         * HTTPServer.pm: Enhanced logging support.
25
26         * HTTPTest.pm: Updated to new test format.
27         
28         * Test.pm: Improved test setup, verification and cleanup. Major 
29         refactoring.
30         
31         * Test1.px: Updated to new test format.
32
33         * Test2.px: Updated to new test format.
34
35         * Test3.px: Added new test for quiet download of nonexistent URL.
36
37         * Test4.px: Added new test for quiet download of nonexistent URL with
38         --output-document option.
39         
40 2005-12-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
41
42         * HTTPServer.pm: Refactored as a subclass of HTTP::Daemon. 
43         Removed the old run method and renamed the old run_daemon 
44         method to run.  Added support for partial 
45         
46         * Testing.pm: Renamed to HTTPTest.pm.
47         
48         * HTTPTest.pm: Refactored as a subclass of Test.  Renamed 
49         Run_HTTP_Test to run, verify_download to _verify_download 
50         and added support for timestamp checking.
51
52         * Test.pm: Added Test class as the super class of every 
53         testcase.
54
55         * test1: Renamed to Test1.px.
56         
57         * Test1.px: Refactored as an instance of the HTTPTest class.
58         
59         * Test2.px: Added -N HTTP test.
60
61 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
62
63         * HTTPServer.pm: Added basic support for HTTP testing.
64         
65         * Testing.pm: Added basic support for feature testing (only HTTP
66         testing is supported at the moment).
67
68         * test1: Added basic HTTP test.
69