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