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