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