]> sjero.net Git - wget/blob - tests/ChangeLog
Returh 416 for fully-retrieved resources.
[wget] / tests / ChangeLog
1 2008-05-31  Micah Cowan  <micah@cowan.name>
2
3         * Test-N-current.px: Ensure we catch failures.
4
5         * Test-N-old.px: Make it test only the timestamp, and not the
6         content length in addition.
7
8         * Test-N-smaller.px: added.
9
10         * Test-N-no-info.px: added.
11
12         * run-px: Added Test-N-smaller.px, Test-N-no-info.px.
13
14         * HTTPServer.pm: Return 416 for fully-retrieved content, rather
15         than 206 with a zero content-length.
16
17 2008-05-23  Micah Cowan  <micah@cowan.name>
18
19         * Test--spider.px: Make test expect 0 return code.
20
21 2008-05-22  Micah Cowan  <micah@cowan.name>
22
23         * Makefile.am (run-px-tests): Replaced ugly list of tests with
24         run-px Perl script to manage running them.
25         
26         * run-px: Added.
27
28         * FTPServer.pm (run): Avoid re-forking. Fixes bug #20458.
29
30 2008-04-26  Micah Cowan  <micah@cowan.name>
31
32         * Makefile.am, Test-proxied-https-auth.px: Added a test for
33         accessing password-protected HTTPS URLs through a proxy (via
34         CONNECT).
35
36 2008-04-10  Micah Cowan  <micah@cowan.name>
37
38         * Makefile.am, Test-proxy-auth-basic.px: Added a test for
39         accessing password-protected URLs through a proxy.
40
41 2008-01-25  Micah Cowan  <micah@cowan.name>
42
43         * Makefile.am: Updated copyright year.
44
45 2008-01-23  Micah Cowan  <micah@cowan.name>
46
47         * Makefile.am: Add libmd5 to unit-tests.
48
49 2007-11-28  Micah Cowan <micah@cowan.name>
50
51         * Makefile.am: Updated license exception for OpenSSL, per the
52         SFLC.
53
54 2007-10-18  Micah Cowan  <micah@cowan.name>
55
56         * Makefile.am: Add dependency for unit_tests on libgnu.a.
57
58 2007-10-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
59
60         * WgetTest.pm.in: wget is built in the build tree.  Use an
61         absolute path to the binary.
62         * Makefile.in: Removed, replaced by Makefile.am.
63         * Makefile.am: Converted from Makefile.in.
64
65 2007-09-25  Micah Cowan  <micah@cowan.name>
66
67         * Makefile.in: Use EXEEXT instead of exeext.
68
69 2007-08-21  Mauro Tortonesi  <mauro@ferrara.linux.it>
70
71         * WgetTest.pm.in: Added support for timestamping of pre-existing
72         files.
73
74         * Test-N-current.px: Fixed broken test logic.
75
76         * Makefile.in: Updated list of automatically run tests.
77
78         * Test-HTTP-Content-Disposition.px: Added -e contentdisposition=on
79         option, since now HTTP Content-Disposition header support is turned
80         off by default.
81
82         * Test-HTTP-Content-Disposition-1.px: Ditto.
83
84 2007-08-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
85
86         * Test--spider--no-content-disposition-trivial.px: Added new tests for
87         validation of HTTP Content-Disposition header support logic. In
88         particular, these tests check wget's behavior for every combination of
89         --spider [-r] and -e contentdisposition=on/off options.
90
91         * Test--spider-r-HTTP-Content-Disposition.px: Ditto.
92
93         * Test--spider-HTTP-Content-Disposition.px: Ditto.
94
95         * Test--spider--no-content-disposition.px: Ditto.
96
97         * Test--spider-r--no-content-disposition-trivial.px: Ditto.
98
99         * Test--spider-r--no-content-disposition.px: Ditto.
100
101 2007-07-25  Micah Cowan  <micah@cowan.name>
102
103         * HTTPServer.pm (run, send_response): Farmed out some logic from
104         the run method into a separate one named send_response, which
105         was then modified to handle simple authentication testing.
106         (handle_auth): Added to handle simple authentication testing.
107         (verify_auth_basic): Checks to make sure Basic credentials are
108         valid.
109         (verify_auth_digest): Stub added; always fails test.
110         * Makefile.in: Added Test-auth-basic.px to list of automatically
111         run tests.
112         * Test-auth-basic: Simple basic authentication test; mainly just
113         lets the server do its testing. Its current purpose is just to
114         ensure that correct basic creds are sent, but never until a
115         challenge has been sent.
116
117 2007-07-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
118
119         * Test--no-content-disposition.px: Added new tests for validation of
120         HTTP Content-Disposition header support logic. In particular, these
121         tests check wget's behavior for every combination of -N/-O and -e
122         contentdisposition=on/off options.
123
124         * Test--no-content-disposition-trivial.px: Ditto.
125
126         * Test-N-HTTP-Content-Disposition.px: Ditto.
127
128         * Test-N--no-content-disposition.px: Ditto.
129
130         * Test-N--no-content-disposition-trivial.px: Ditto.
131
132         * Test-O-HTTP-Content-Disposition.px: Ditto.
133
134         * Test-O--no-content-disposition.px: Ditto.
135
136         * Test-O--no-content-disposition-trivial.px: Ditto.
137
138 2007-07-05  Micah Cowan  <micah@cowan.name>
139
140         * Makefile.in:
141         Updated GPL reference to version 3 or later, removed FSF
142         address.
143
144 2007-06-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
145
146         * FTPServer.pm: Added FTP testing support.
147
148         * FTPTest.pm: Ditto.
149
150         * Test-ftp.px: Ditto.
151
152 2006-12-22  Mauro Tortonesi  <mauro@ferrara.linux.it>
153
154         * HTTPTest.pm: Don't ignore initial '/' character in requested URLs.
155
156 2006-11-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
157
158         * Test-np.px: Added test for -np.
159
160         * HTTPTest.pm: Ignore initial '/' character in requested URLs.
161         
162 2006-10-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
163
164         * Test1.px: Renamed to Test-noop.px.
165
166         * Test-noop.px: Ditto.
167
168         * Test2.px: Renamed to Test-N.px.
169
170         * Test-N.px: Ditto.
171
172         * Test3.px: Renamed to Test-nonexisting-quiet.px.
173
174         * Test-nonexisting-quiet.px: Ditto.
175
176         * Test4.px: Renamed to Test-O-nonexisting.px.
177
178         * Test-O-nonexisting.px: Ditto.
179
180         * Test5.px: Renamed to Test-HTTP-Content-Disposition.px.
181         
182         * Test-HTTP-Content-Disposition.px: Ditto.
183         
184         * Test6.px: Renamed to Test-HTTP-Content-Disposition-1.px.
185         
186         * Test-HTTP-Content-Disposition-1.px: Ditto.
187         
188         * Test7.px: Renamed to Test-HTTP-Content-Disposition-2.px.
189
190         * Test-HTTP-Content-Disposition-2.px: Ditto.
191
192         * Test8.px: Replaced by Test--spider-r.px.
193
194         * Test9.px: Renamed to Test-Restrict-Lowercase.px.
195
196         * Test-Restrict-Lowercase.px: Ditto.
197
198         * Test10.px: Renamed to Test-Restrict-Uppercase.px.
199         
200         * Test-Restrict-Uppercase.px: Ditto.
201
202         * Test--spider.px: Added test for spider mode.
203         
204         * Test--spider-fail.px: Added failing test for spider mode.
205         
206         * Test--spider-r.px: Added test for recursive spider mode.
207
208         * Test-c.px: Added test for --continue mode.
209
210         * Test-c-full.px: Added test for --continue mode.
211
212         * Test-c-partial.px: Added test for --continue mode.
213
214         * Test-O.px: Added test for -O.
215
216         * Test-N-current.px: Added test for -N.
217         
218         * Test-N-old.px: Added test for -N.
219
220         * Test-E-k.px: Added test for -E -k.
221
222         * Test-E-k-K.px: Added test for -E -k -K.
223
224 2006-08-17  Mauro Tortonesi  <mauro@ferrara.linux.it>
225
226         * HTTPServer.pm: Added support for Range header.
227
228 2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
229
230         * Test4.px: Fixed wrong expected behaviour.
231
232 2006-06-13  Mauro Tortonesi  <mauro@ferrara.linux.it>
233
234         * Test9.px: Added test for --restrict-file-names=lowercase option.
235         
236         * Test10.px: Added test for --restrict-file-names=uppercase option.
237
238 2006-05-26  Mauro Tortonesi  <mauro@ferrara.linux.it>
239
240         * HTTPServer.pm: Added synchronization between client and server
241         processes to prevent the test to start before the server is ready.
242
243         * HTTPTest.pm: Ditto.
244
245         * Test.pm: Ditto.
246
247         * Test1.px: Removed unneeded ../src/ from command line.
248
249         * Test2.px: Ditto.
250         
251         * Test3.px: Ditto.
252         
253         * Test4.px: Ditto.
254
255         * Test5.px: Ditto.
256
257         * Test6.px: Ditto.
258
259         * Test7.px: Ditto.
260
261         * Test8.px: Added test for recursive spider mode.
262
263 2006-05-26  Mauro Tortonesi  <mauro@ferrara.linux.it>
264
265         * HTTPServer.pm: Fixed bug when returning 404. Improved logging. 
266
267         * Test.pm: Added support for command lines which use an absolute path
268         for the Wget binary.
269
270 2006-04-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
271
272         * Test5.px: Added test for HTTP Content-Disposition support.
273
274         * Test6.px: Ditto.
275         
276         * Test7.px: Ditto.
277
278 2006-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
279         
280         * HTTPServer.pm: Serve index.html if no filename is given.
281
282         * Test.pm: Added support for pre-existing files.
283         
284 2006-01-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
285
286         * HTTPServer.pm: Enhanced logging support.
287
288         * HTTPTest.pm: Updated to new test format.
289         
290         * Test.pm: Improved test setup, verification and cleanup. Major 
291         refactoring.
292         
293         * Test1.px: Updated to new test format.
294
295         * Test2.px: Updated to new test format.
296
297         * Test3.px: Added new test for quiet download of nonexistent URL.
298
299         * Test4.px: Added new test for quiet download of nonexistent URL with
300         --output-document option.
301         
302 2005-12-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
303
304         * HTTPServer.pm: Refactored as a subclass of HTTP::Daemon. 
305         Removed the old run method and renamed the old run_daemon 
306         method to run.  Added support for partial 
307         
308         * Testing.pm: Renamed to HTTPTest.pm.
309         
310         * HTTPTest.pm: Refactored as a subclass of Test.  Renamed 
311         Run_HTTP_Test to run, verify_download to _verify_download 
312         and added support for timestamp checking.
313
314         * Test.pm: Added Test class as the super class of every 
315         testcase.
316
317         * test1: Renamed to Test1.px.
318         
319         * Test1.px: Refactored as an instance of the HTTPTest class.
320         
321         * Test2.px: Added -N HTTP test.
322
323 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
324
325         * HTTPServer.pm: Added basic support for HTTP testing.
326         
327         * Testing.pm: Added basic support for feature testing (only HTTP
328         testing is supported at the moment).
329
330         * test1: Added basic HTTP test.
331