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