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