]> sjero.net Git - wget/blob - tests/ChangeLog
[svn] Updated ChangeLog.
[wget] / tests / ChangeLog
1 2006-08-17  Mauro Tortonesi  <mauro@ferrara.linux.it>
2
3         * HTTPServer.pm: Added support for Range header.
4
5 2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
6
7         * Test4.px: Fixed wrong expected behaviour.
8
9 2006-06-13  Mauro Tortonesi  <mauro@ferrara.linux.it>
10
11         * Test9.px: Added test for --restrict-file-names=lowercase option.
12         
13         * Test10.px: Added test for --restrict-file-names=uppercase option.
14
15 2006-05-26  Mauro Tortonesi  <mauro@ferrara.linux.it>
16
17         * HTTPServer.pm: Added synchronization between client and server
18         processes to prevent the test to start before the server is ready.
19
20         * HTTPTest.pm: Ditto.
21
22         * Test.pm: Ditto.
23
24         * Test1.px: Removed unneeded ../src/ from command line.
25
26         * Test2.px: Ditto.
27         
28         * Test3.px: Ditto.
29         
30         * Test4.px: Ditto.
31
32         * Test5.px: Ditto.
33
34         * Test6.px: Ditto.
35
36         * Test7.px: Ditto.
37
38         * Test8.px: Added test for recursive spider mode.
39
40 2006-05-26  Mauro Tortonesi  <mauro@ferrara.linux.it>
41
42         * HTTPServer.pm: Fixed bug when returning 404. Improved logging. 
43
44         * Test.pm: Added support for command lines which use an absolute path
45         for the Wget binary.
46
47 2006-04-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
48
49         * Test5.px: Added test for HTTP Content-Disposition support.
50
51         * Test6.px: Ditto.
52         
53         * Test7.px: Ditto.
54
55 2006-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
56         
57         * HTTPServer.pm: Serve index.html if no filename is given.
58
59         * Test.pm: Added support for pre-existing files.
60         
61 2006-01-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
62
63         * HTTPServer.pm: Enhanced logging support.
64
65         * HTTPTest.pm: Updated to new test format.
66         
67         * Test.pm: Improved test setup, verification and cleanup. Major 
68         refactoring.
69         
70         * Test1.px: Updated to new test format.
71
72         * Test2.px: Updated to new test format.
73
74         * Test3.px: Added new test for quiet download of nonexistent URL.
75
76         * Test4.px: Added new test for quiet download of nonexistent URL with
77         --output-document option.
78         
79 2005-12-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
80
81         * HTTPServer.pm: Refactored as a subclass of HTTP::Daemon. 
82         Removed the old run method and renamed the old run_daemon 
83         method to run.  Added support for partial 
84         
85         * Testing.pm: Renamed to HTTPTest.pm.
86         
87         * HTTPTest.pm: Refactored as a subclass of Test.  Renamed 
88         Run_HTTP_Test to run, verify_download to _verify_download 
89         and added support for timestamp checking.
90
91         * Test.pm: Added Test class as the super class of every 
92         testcase.
93
94         * test1: Renamed to Test1.px.
95         
96         * Test1.px: Refactored as an instance of the HTTPTest class.
97         
98         * Test2.px: Added -N HTTP test.
99
100 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
101
102         * HTTPServer.pm: Added basic support for HTTP testing.
103         
104         * Testing.pm: Added basic support for feature testing (only HTTP
105         testing is supported at the moment).
106
107         * test1: Added basic HTTP test.
108