]> sjero.net Git - wget/blob - tests/ChangeLog
[svn] Major testsuite update.
[wget] / tests / ChangeLog
1 2006-10-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
2
3         * Test1.px: Renamed to Test-noop.px.
4
5         * Test-noop.px: Ditto.
6
7         * Test2.px: Renamed to Test-N.px.
8
9         * Test-N.px: Ditto.
10
11         * Test3.px: Renamed to Test-nonexisting-quiet.px.
12
13         * Test-nonexisting-quiet.px: Ditto.
14
15         * Test4.px: Renamed to Test-O-nonexisting.px.
16
17         * Test-O-nonexisting.px: Ditto.
18
19         * Test5.px: Renamed to Test-HTTP-Content-Disposition.px.
20         
21         * Test-HTTP-Content-Disposition.px: Ditto.
22         
23         * Test6.px: Renamed to Test-HTTP-Content-Disposition-1.px.
24         
25         * Test-HTTP-Content-Disposition-1.px: Ditto.
26         
27         * Test7.px: Renamed to Test-HTTP-Content-Disposition-2.px.
28
29         * Test-HTTP-Content-Disposition-2.px: Ditto.
30
31         * Test8.px: Replaced by Test--spider-r.px.
32
33         * Test9.px: Renamed to Test-Restrict-Lowercase.px.
34
35         * Test-Restrict-Lowercase.px: Ditto.
36
37         * Test10.px: Renamed to Test-Restrict-Uppercase.px.
38         
39         * Test-Restrict-Uppercase.px: Ditto.
40
41         * Test--spider.px: Added test for spider mode.
42         
43         * Test--spider-fail.px: Added failing test for spider mode.
44         
45         * Test--spider-r.px: Added test for recursive spider mode.
46
47         * Test-c.px: Added test for --continue mode.
48
49         * Test-c-full.px: Added test for --continue mode.
50
51         * Test-c-partial.px: Added test for --continue mode.
52
53         * Test-O.px: Added test for -O.
54
55         * Test-N-current.px: Added test for -N.
56         
57         * Test-N-old.px: Added test for -N.
58
59         * Test-E-k.px: Added test for -E -k.
60
61         * Test-E-k-K.px: Added test for -E -k -K.
62
63 2006-08-17  Mauro Tortonesi  <mauro@ferrara.linux.it>
64
65         * HTTPServer.pm: Added support for Range header.
66
67 2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
68
69         * Test4.px: Fixed wrong expected behaviour.
70
71 2006-06-13  Mauro Tortonesi  <mauro@ferrara.linux.it>
72
73         * Test9.px: Added test for --restrict-file-names=lowercase option.
74         
75         * Test10.px: Added test for --restrict-file-names=uppercase option.
76
77 2006-05-26  Mauro Tortonesi  <mauro@ferrara.linux.it>
78
79         * HTTPServer.pm: Added synchronization between client and server
80         processes to prevent the test to start before the server is ready.
81
82         * HTTPTest.pm: Ditto.
83
84         * Test.pm: Ditto.
85
86         * Test1.px: Removed unneeded ../src/ from command line.
87
88         * Test2.px: Ditto.
89         
90         * Test3.px: Ditto.
91         
92         * Test4.px: Ditto.
93
94         * Test5.px: Ditto.
95
96         * Test6.px: Ditto.
97
98         * Test7.px: Ditto.
99
100         * Test8.px: Added test for recursive spider mode.
101
102 2006-05-26  Mauro Tortonesi  <mauro@ferrara.linux.it>
103
104         * HTTPServer.pm: Fixed bug when returning 404. Improved logging. 
105
106         * Test.pm: Added support for command lines which use an absolute path
107         for the Wget binary.
108
109 2006-04-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
110
111         * Test5.px: Added test for HTTP Content-Disposition support.
112
113         * Test6.px: Ditto.
114         
115         * Test7.px: Ditto.
116
117 2006-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
118         
119         * HTTPServer.pm: Serve index.html if no filename is given.
120
121         * Test.pm: Added support for pre-existing files.
122         
123 2006-01-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
124
125         * HTTPServer.pm: Enhanced logging support.
126
127         * HTTPTest.pm: Updated to new test format.
128         
129         * Test.pm: Improved test setup, verification and cleanup. Major 
130         refactoring.
131         
132         * Test1.px: Updated to new test format.
133
134         * Test2.px: Updated to new test format.
135
136         * Test3.px: Added new test for quiet download of nonexistent URL.
137
138         * Test4.px: Added new test for quiet download of nonexistent URL with
139         --output-document option.
140         
141 2005-12-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
142
143         * HTTPServer.pm: Refactored as a subclass of HTTP::Daemon. 
144         Removed the old run method and renamed the old run_daemon 
145         method to run.  Added support for partial 
146         
147         * Testing.pm: Renamed to HTTPTest.pm.
148         
149         * HTTPTest.pm: Refactored as a subclass of Test.  Renamed 
150         Run_HTTP_Test to run, verify_download to _verify_download 
151         and added support for timestamp checking.
152
153         * Test.pm: Added Test class as the super class of every 
154         testcase.
155
156         * test1: Renamed to Test1.px.
157         
158         * Test1.px: Refactored as an instance of the HTTPTest class.
159         
160         * Test2.px: Added -N HTTP test.
161
162 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
163
164         * HTTPServer.pm: Added basic support for HTTP testing.
165         
166         * Testing.pm: Added basic support for feature testing (only HTTP
167         testing is supported at the moment).
168
169         * test1: Added basic HTTP test.
170