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