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