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