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