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