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