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