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