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