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