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