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