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