* server/SessionCounter.asmx: Check that Context != null in the constructor.
[mono.git] / mcs / class / System.Web.Services / Test / standalone / ChangeLog
1 2004-08-25  Lluis Sanchez Gual <lluis@novell.com>
2
3         * server/SessionCounter.asmx: Check that Context != null in the constructor.
4
5 2004-07-01  Lluis Sanchez Gual  <lluis@ximian.com>
6
7         * Conv.asmx.template, Conv.cs.template, client/localhost/ConvDoc*,
8           server/Conv*: Added tests for unknown headers.
9         * proxies.net.xml.gz, wsdlfiles.tar.gz: Updated.
10
11 2004-07-01  Lluis Sanchez Gual  <lluis@ximian.com>
12
13         * WebServiceTest.cs, client/external/BankCodeEJBHomeTest.cs, 
14           client/external/GlobalWeatherTest.cs, client/external/HPcatalogTest.cs,
15           client/external/IODCODESPOSTAUXTest.cs, 
16           client/external/TemperatureServiceTest.cs,
17           client/localhost/DataServiceTest.cs, 
18           client/localhost/DuplicateArrayTestTest.cs, 
19           client/localhost/IncludeTestTest.cs,
20           client/localhost/TestBinding4Test.cs: Use new nunit 2.2 api.
21
22         * server/ConvDocLitWra.asmx, server/ConvDocEncWra.asmx, 
23           server/ConvDocLitBar.asmx, server/ConvDocLitWra.asmx,
24           server/ConvRpc.asmx, 
25           
26         * wstest.cs: Added support for generating tests cases from a template.
27           Useful to test the same case in all formats and protocols.
28           
29         * proxies.net.xml.gz, wsdlfiles.tar.gz: Updated.
30         
31         * client/localhost/ConvDocEncBarTest.cs, 
32           client/localhost/ConvDocLitBarTest.cs, 
33           client/localhost/ConvDocLitWraTest.cs,
34           client/localhost/ConvRpcTest.cs,
35           client/localhost/ConvDocEncBar.asmx:
36           Improved tests. Use new nunit 2.2 api. 
37           
38         * Conv.cs.template: template for ConverterService client tests.
39         
40         * Conv.asmx.template: template for ConverterService services.
41         
42         * templates.xml: Configuration file for generating the tests.
43
44 2004-06-22  Lluis Sanchez Gual  <lluis@ximian.com>
45
46         * proxies.net.xml.gz: Updated.
47         * wsdlfiles.tar.gz: Updated.
48
49 2004-06-10  Lluis Sanchez Gual  <lluis@ximian.com>
50
51         * Makefile: Fix ms.net api file before the comparison.
52         * cormissing.xsl: Removed html encoding. Now generates plain text.
53         * proxies.net.xml.gz: Updated.
54         * services.xml: Updated.
55         * wsdlfiles.tar.gz: Updated.
56         * wstest.cs: Added option for removing wrong extra classes from ms.net
57           api xml file. Improved checkdiff option.
58
59 2004-06-04  Lluis Sanchez Gual  <lluis@ximian.com>
60
61         * Makefile: Changed nunit dll, to make it easier to integrate in the result
62           web page.
63         * wstest.cs: Little fix.
64
65 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
66
67         * Makefile: generate client source file list before compiling the test
68           suite.
69
70 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
71
72         * wsdlfiles.tar.gz: New file that contains all test wsdl documents.
73         * proxies.net.xml.gz: Description of the proxies generated by MS.NET.
74         * cormissing.xml: Formatting stuff.
75         
76 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
77
78         * Makefile: Added new targets for running the tests. Now the generated
79           proxies are checked against the ones generated by MS.NET.
80         * services.xml: Updated service list.
81         * wstest.cs: new command checkdiff: generates a xml file using nunit format
82           with all differences between mono generated proxies and MS.NET ones.
83         * client/localhost/ConvRpcTest.cs: Fixed url.
84         
85 2004-05-12  Lluis Sanchez Gual  <lluis@ximian.com>
86
87         * Makefile: Added reference to System.Data.
88         * services.xml, wsdl.ignore: Updated.
89         * wstest.cs: Small improvements.
90         * external/BankCodeEJBHomeTest.cs, external/GlobalWeatherTest.cs, 
91           external/HPcatalogTest.cs, external/IODCODESPOSTAUXTest.cs,
92           external/TemperatureServiceTest.cs, localhost/ConvDocEncBarTest.cs,
93           localhost/ConvDocEncWraTest.cs, localhost/ConvDocLitBarTest.cs,
94           localhost/ConvDocLitWraTest.cs, localhost/ConvRpcTest.cs
95           Changed namespace to make it easier to select tests in gnunit.
96         * localhost/ConvRpcTest.cs: Added test for method that returns "Object".
97         * server/ConvDocEncWra.asmx, ConvDocLitWra.asmx, ConvRpc.asmx: New test 
98           methods.
99         * server/web.config: Added version to vsdisco handler type name.
100         * client/localhost/DataServiceTest.cs
101           client/localhost/DuplicateArrayTestTest.cs
102           client/localhost/SessionCounterTest.cs
103           server/DataService.asmx
104           server/DuplicateArrayTest.asmx
105           server/SessionCounter.asmx: New tests.
106         
107
108 2004-03-10  Lluis Sanchez Gual  <lluis@ximian.com>
109
110         * client/localhost/ConvDocLitWraTest.cs: Test Discover() method.
111
112 2004-03-02  Lluis Sanchez Gual  <lluis@ximian.com>
113
114         * services.xml: More services.
115         * wstest.cs: Added null check.
116         * client/localhost/IncludeTestTest.cs: New test.
117         * server/localhost/IncludeTest.asmx, server/localhost/Test1.asmx,
118           server/localhost/Test2.asmx, server/localhost/TestBinding6.asmx.
119
120 2004-02-27  Lluis Sanchez Gual  <lluis@ximian.com>
121
122         * services.xml: Updated service list.
123         * wstest.cs: New feature: it generates a serviceStatus.xml file that
124           helps keeping track of services that are not available any more.
125         * client/localhost/ConvDocEncBarTest.cs, ConvDocEncWraTest.cs:
126           Improved tests.
127         * server/ConvDocLitBar.asmx: Removed inheritance from WebService, to make
128           sure that this works.
129
130 2004-02-04  Lluis Sanchez Gual <lluis@ximian.com>
131
132         * wstest.cs: Added new option that downloads and cahces the wsdl docs.
133         * services.xml: More services.
134         * Makefile: Updated.
135         * server/TestBinding5.asmx: new test service.
136
137 2004-01-27  Lluis Sanchez Gual <lluis@ximian.com>
138
139         * wstest.cs: Improved the way wsdl documents are downloaded.
140         * services.xml: updated service list.
141         * wsdl.ignore: updated ignore list.
142         * client/external/GlobalWeatherTest.cs: new test.
143         * client/external/syndicateTest.cs: new test.
144         * client/external/TemperatureServiceTest.cs: new test.
145         * client/external/BankCodeEJBHomeTest.cs: added comment.
146         * server/TestBinding1.asmx, server/TestBinding2.asmx,
147         * server/TestBinding3.asmx, server/TestBinding4.asmx: new test services
148
149 2004-01-14  Lluis Sanchez Gual <lluis@ximian.com>
150
151         * wstest.cs: Wsdl documents are cached locally.
152         * services.xml: updated services.
153         
154 2003-12-23  Lluis Sanchez Gual  <lluis@ximian.com>
155
156         * wstest.cs: Removed debug WriteLine.
157         * services.xml: updated services.
158         * server/web.config: Added.
159         
160 2003-12-22  Lluis Sanchez Gual  <lluis@ximian.com>
161
162         * wstest.cs: Changed default directory for client tests. Added some tests.
163         * Makefile: Use xsp.vsdisco instead of xsp.disco.
164
165 2003-12-19  Lluis Sanchez Gual  <lluis@ximian.com>
166
167         * services.xml: Enabled test for a couple of services.
168         * wstest.cs: Improved "stat" option.
169         
170 2003-12-15  Lluis Sanchez Gual  <lluis@ximian.com>
171
172         * Makefile.cs: Generate list of client test files in target "gen".
173         * services.xml: Added a couple of services.
174         * wstest.cs: Added "stat" option.
175         
176 2003-12-12  Lluis Sanchez Gual  <lluis@ximian.com>
177
178         * Added web service test suite
179