]> sjero.net Git - wget/blob - tests/ChangeLog
[svn] New OO Architecture for Wget Test Suite
[wget] / tests / ChangeLog
1 2005-12-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
2
3         * HTTPServer.pm: Refactored as a subclass of HTTP::Daemon. 
4         Removed the old run method and renamed the old run_daemon 
5         method to run.  Added support for partial 
6         
7         * Testing.pm: Renamed to HTTPTest.pm.
8         
9         * HTTPTest.pm: Refactored as a subclass of Test.  Renamed 
10         Run_HTTP_Test to run, verify_download to _verify_download 
11         and added support for timestamp checking.
12
13         * Test.pm: Added Test class as the super class of every 
14         testcase.
15
16         * test1: Renamed to Test1.px.
17         
18         * Test1.px: Refactored as an instance of the HTTPTest class.
19         
20         * Test2.px: Added -N HTTP test.
21
22 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
23
24         * HTTPServer.pm: Added basic support for HTTP testing.
25         
26         * Testing.pm: Added basic support for feature testing (only HTTP
27         testing is supported at the moment).
28
29         * test1: Added basic HTTP test.
30