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