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