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