]> sjero.net Git - wget/blob - tests/ChangeLog
[svn] Fixed wrong expected behaviour in Test4.px.
[wget] / tests / ChangeLog
1 2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
2
3         * Test4.px: Fixed wrong expected behaviour.
4
5 2006-06-13  Mauro Tortonesi  <mauro@ferrara.linux.it>
6
7         * Test9.px: Added test for --restrict-file-names=lowercase option.
8         
9         * Test10.px: Added test for --restrict-file-names=uppercase option.
10
11 2006-05-26  Mauro Tortonesi  <mauro@ferrara.linux.it>
12
13         * HTTPServer.pm: Added synchronization between client and server
14         processes to prevent the test to start before the server is ready.
15
16         * HTTPTest.pm: Ditto.
17
18         * Test.pm: Ditto.
19
20         * Test1.px: Removed unneeded ../src/ from command line.
21
22         * Test2.px: Ditto.
23         
24         * Test3.px: Ditto.
25         
26         * Test4.px: Ditto.
27
28         * Test5.px: Ditto.
29
30         * Test6.px: Ditto.
31
32         * Test7.px: Ditto.
33
34         * Test8.px: Added test for recursive spider mode.
35
36 2006-05-26  Mauro Tortonesi  <mauro@ferrara.linux.it>
37
38         * HTTPServer.pm: Fixed bug when returning 404. Improved logging. 
39
40         * Test.pm: Added support for command lines which use an absolute path
41         for the Wget binary.
42
43 2006-04-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
44
45         * Test5.px: Added test for HTTP Content-Disposition support.
46
47         * Test6.px: Ditto.
48         
49         * Test7.px: Ditto.
50
51 2006-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
52         
53         * HTTPServer.pm: Serve index.html if no filename is given.
54
55         * Test.pm: Added support for pre-existing files.
56         
57 2006-01-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
58
59         * HTTPServer.pm: Enhanced logging support.
60
61         * HTTPTest.pm: Updated to new test format.
62         
63         * Test.pm: Improved test setup, verification and cleanup. Major 
64         refactoring.
65         
66         * Test1.px: Updated to new test format.
67
68         * Test2.px: Updated to new test format.
69
70         * Test3.px: Added new test for quiet download of nonexistent URL.
71
72         * Test4.px: Added new test for quiet download of nonexistent URL with
73         --output-document option.
74         
75 2005-12-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
76
77         * HTTPServer.pm: Refactored as a subclass of HTTP::Daemon. 
78         Removed the old run method and renamed the old run_daemon 
79         method to run.  Added support for partial 
80         
81         * Testing.pm: Renamed to HTTPTest.pm.
82         
83         * HTTPTest.pm: Refactored as a subclass of Test.  Renamed 
84         Run_HTTP_Test to run, verify_download to _verify_download 
85         and added support for timestamp checking.
86
87         * Test.pm: Added Test class as the super class of every 
88         testcase.
89
90         * test1: Renamed to Test1.px.
91         
92         * Test1.px: Refactored as an instance of the HTTPTest class.
93         
94         * Test2.px: Added -N HTTP test.
95
96 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
97
98         * HTTPServer.pm: Added basic support for HTTP testing.
99         
100         * Testing.pm: Added basic support for feature testing (only HTTP
101         testing is supported at the moment).
102
103         * test1: Added basic HTTP test.
104