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