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