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