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