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