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