]> sjero.net Git - wget/blob - tests/ChangeLog
[svn] Updated ChangeLog
[wget] / tests / ChangeLog
1 2006-04-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
2
3         * Test5.px: Added test for HTTP Content-Disposition support.
4
5         * Test6.px: Ditto.
6         
7         * Test7.px: Ditto.
8
9 2006-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
10         
11         * HTTPServer.pm: Serve index.html if no filename is given.
12
13         * Test.pm: Added support for pre-existing files.
14         
15 2006-01-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
16
17         * HTTPServer.pm: Enhanced logging support.
18
19         * HTTPTest.pm: Updated to new test format.
20         
21         * Test.pm: Improved test setup, verification and cleanup. Major 
22         refactoring.
23         
24         * Test1.px: Updated to new test format.
25
26         * Test2.px: Updated to new test format.
27
28         * Test3.px: Added new test for quiet download of nonexistent URL.
29
30         * Test4.px: Added new test for quiet download of nonexistent URL with
31         --output-document option.
32         
33 2005-12-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
34
35         * HTTPServer.pm: Refactored as a subclass of HTTP::Daemon. 
36         Removed the old run method and renamed the old run_daemon 
37         method to run.  Added support for partial 
38         
39         * Testing.pm: Renamed to HTTPTest.pm.
40         
41         * HTTPTest.pm: Refactored as a subclass of Test.  Renamed 
42         Run_HTTP_Test to run, verify_download to _verify_download 
43         and added support for timestamp checking.
44
45         * Test.pm: Added Test class as the super class of every 
46         testcase.
47
48         * test1: Renamed to Test1.px.
49         
50         * Test1.px: Refactored as an instance of the HTTPTest class.
51         
52         * Test2.px: Added -N HTTP test.
53
54 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
55
56         * HTTPServer.pm: Added basic support for HTTP testing.
57         
58         * Testing.pm: Added basic support for feature testing (only HTTP
59         testing is supported at the moment).
60
61         * test1: Added basic HTTP test.
62