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