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