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