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