Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « standalone « Test « System.Web.Services « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 827202dd579193d9140b4ae71acc8ed733d23c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
2006-12-18  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : make tests run with modified version of
	  the libraries.

2005-06-10  Lluis Sanchez Gual <lluis@novell.com>

	* services.xml: Disable some tests on external services
	since they are very unreliable.

2005-02-07  Lluis Sanchez Gual <lluis@novell.com>

	* client/localhost/TestBinding4Test.cs: Fix build.

2004-11-08  Raja R Harinath  <rharinath@novell.com>

	* Makefile (test-clients): Refer to 'nunit-console.exe' in
	profile-specific directory.

2004-09-29  Lluis Sanchez Gual <lluis@novell.com>

	* Makefile: Remove error directory on every run.
	* wstest.cs: Added a timeout when calling the wsdl tool. No more
	  hangs there.

2004-09-29  Raja R Harinath  <rharinath@novell.com>

	* Makefile (test-clients): nunit-console.exe is now in a
	profile-specific directory.
	Report from Mayank Ritvik <mritvik@novell.com>.

2004-08-25  Lluis Sanchez Gual <lluis@novell.com>

	* server/SessionCounter.asmx: Check that Context != null in the constructor.

2004-07-01  Lluis Sanchez Gual  <lluis@ximian.com>

	* Conv.asmx.template, Conv.cs.template, client/localhost/ConvDoc*,
	  server/Conv*: Added tests for unknown headers.
	* proxies.net.xml.gz, wsdlfiles.tar.gz: Updated.

2004-07-01  Lluis Sanchez Gual  <lluis@ximian.com>

	* WebServiceTest.cs, client/external/BankCodeEJBHomeTest.cs, 
	  client/external/GlobalWeatherTest.cs, client/external/HPcatalogTest.cs,
	  client/external/IODCODESPOSTAUXTest.cs, 
	  client/external/TemperatureServiceTest.cs,
	  client/localhost/DataServiceTest.cs, 
	  client/localhost/DuplicateArrayTestTest.cs, 
	  client/localhost/IncludeTestTest.cs,
	  client/localhost/TestBinding4Test.cs: Use new nunit 2.2 api.

	* server/ConvDocLitWra.asmx, server/ConvDocEncWra.asmx, 
	  server/ConvDocLitBar.asmx, server/ConvDocLitWra.asmx,
	  server/ConvRpc.asmx, 
	  
	* wstest.cs: Added support for generating tests cases from a template.
	  Useful to test the same case in all formats and protocols.
	  
	* proxies.net.xml.gz, wsdlfiles.tar.gz: Updated.
	
	* client/localhost/ConvDocEncBarTest.cs, 
	  client/localhost/ConvDocLitBarTest.cs, 
	  client/localhost/ConvDocLitWraTest.cs,
	  client/localhost/ConvRpcTest.cs,
	  client/localhost/ConvDocEncBar.asmx:
	  Improved tests. Use new nunit 2.2 api. 
	  
	* Conv.cs.template: template for ConverterService client tests.
	
	* Conv.asmx.template: template for ConverterService services.
	
	* templates.xml: Configuration file for generating the tests.

2004-06-22  Lluis Sanchez Gual  <lluis@ximian.com>

	* proxies.net.xml.gz: Updated.
	* wsdlfiles.tar.gz: Updated.

2004-06-10  Lluis Sanchez Gual  <lluis@ximian.com>

	* Makefile: Fix ms.net api file before the comparison.
	* cormissing.xsl: Removed html encoding. Now generates plain text.
	* proxies.net.xml.gz: Updated.
	* services.xml: Updated.
	* wsdlfiles.tar.gz: Updated.
	* wstest.cs: Added option for removing wrong extra classes from ms.net
	  api xml file. Improved checkdiff option.

2004-06-04  Lluis Sanchez Gual  <lluis@ximian.com>

	* Makefile: Changed nunit dll, to make it easier to integrate in the result
	  web page.
	* wstest.cs: Little fix.

2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>

	* Makefile: generate client source file list before compiling the test
	  suite.

2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>

	* wsdlfiles.tar.gz: New file that contains all test wsdl documents.
	* proxies.net.xml.gz: Description of the proxies generated by MS.NET.
	* cormissing.xml: Formatting stuff.
	
2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>

	* Makefile: Added new targets for running the tests. Now the generated
	  proxies are checked against the ones generated by MS.NET.
	* services.xml: Updated service list.
	* wstest.cs: new command checkdiff: generates a xml file using nunit format
	  with all differences between mono generated proxies and MS.NET ones.
	* client/localhost/ConvRpcTest.cs: Fixed url.
	
2004-05-12  Lluis Sanchez Gual  <lluis@ximian.com>

	* Makefile: Added reference to System.Data.
	* services.xml, wsdl.ignore: Updated.
	* wstest.cs: Small improvements.
	* external/BankCodeEJBHomeTest.cs, external/GlobalWeatherTest.cs, 
	  external/HPcatalogTest.cs, external/IODCODESPOSTAUXTest.cs,
	  external/TemperatureServiceTest.cs, localhost/ConvDocEncBarTest.cs,
	  localhost/ConvDocEncWraTest.cs, localhost/ConvDocLitBarTest.cs,
	  localhost/ConvDocLitWraTest.cs, localhost/ConvRpcTest.cs
	  Changed namespace to make it easier to select tests in gnunit.
	* localhost/ConvRpcTest.cs: Added test for method that returns "Object".
	* server/ConvDocEncWra.asmx, ConvDocLitWra.asmx, ConvRpc.asmx: New test 
	  methods.
	* server/web.config: Added version to vsdisco handler type name.
	* client/localhost/DataServiceTest.cs
	  client/localhost/DuplicateArrayTestTest.cs
	  client/localhost/SessionCounterTest.cs
	  server/DataService.asmx
	  server/DuplicateArrayTest.asmx
	  server/SessionCounter.asmx: New tests.
	

2004-03-10  Lluis Sanchez Gual  <lluis@ximian.com>

	* client/localhost/ConvDocLitWraTest.cs: Test Discover() method.

2004-03-02  Lluis Sanchez Gual  <lluis@ximian.com>

	* services.xml: More services.
	* wstest.cs: Added null check.
	* client/localhost/IncludeTestTest.cs: New test.
	* server/localhost/IncludeTest.asmx, server/localhost/Test1.asmx,
	  server/localhost/Test2.asmx, server/localhost/TestBinding6.asmx.

2004-02-27  Lluis Sanchez Gual  <lluis@ximian.com>

	* services.xml: Updated service list.
	* wstest.cs: New feature: it generates a serviceStatus.xml file that
	  helps keeping track of services that are not available any more.
	* client/localhost/ConvDocEncBarTest.cs, ConvDocEncWraTest.cs:
	  Improved tests.
	* server/ConvDocLitBar.asmx: Removed inheritance from WebService, to make
	  sure that this works.

2004-02-04  Lluis Sanchez Gual <lluis@ximian.com>

	* wstest.cs: Added new option that downloads and cahces the wsdl docs.
	* services.xml: More services.
	* Makefile: Updated.
	* server/TestBinding5.asmx: new test service.

2004-01-27  Lluis Sanchez Gual <lluis@ximian.com>

	* wstest.cs: Improved the way wsdl documents are downloaded.
	* services.xml: updated service list.
	* wsdl.ignore: updated ignore list.
	* client/external/GlobalWeatherTest.cs: new test.
	* client/external/syndicateTest.cs: new test.
	* client/external/TemperatureServiceTest.cs: new test.
	* client/external/BankCodeEJBHomeTest.cs: added comment.
	* server/TestBinding1.asmx, server/TestBinding2.asmx,
	* server/TestBinding3.asmx, server/TestBinding4.asmx: new test services

2004-01-14  Lluis Sanchez Gual <lluis@ximian.com>

	* wstest.cs: Wsdl documents are cached locally.
	* services.xml: updated services.
	
2003-12-23  Lluis Sanchez Gual  <lluis@ximian.com>

	* wstest.cs: Removed debug WriteLine.
	* services.xml: updated services.
	* server/web.config: Added.
	
2003-12-22  Lluis Sanchez Gual  <lluis@ximian.com>

	* wstest.cs: Changed default directory for client tests. Added some tests.
	* Makefile: Use xsp.vsdisco instead of xsp.disco.

2003-12-19  Lluis Sanchez Gual  <lluis@ximian.com>

	* services.xml: Enabled test for a couple of services.
	* wstest.cs: Improved "stat" option.
	
2003-12-15  Lluis Sanchez Gual  <lluis@ximian.com>

	* Makefile.cs: Generate list of client test files in target "gen".
	* services.xml: Added a couple of services.
	* wstest.cs: Added "stat" option.
	
2003-12-12  Lluis Sanchez Gual  <lluis@ximian.com>

	* Added web service test suite