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