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