683c01db774bb41bf716beac3cecf5e3d199cb01
[mono.git] / mcs / class / System.ServiceModel / Test / System.ServiceModel.Description / ChangeLog
1 2010-06-24  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * MetadataExchangeBindingsTest.cs : make sure that the target port
4           of the Uri is available (as some other tests do).
5
6 2010-06-17  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * MetadataExchangeBindingsTest.cs : make sure that special casing of
9           MessageVersion does not happen at this layer.
10
11 2010-04-05  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * WsdlExporterTest.cs : fixed and enabled some working tests.
14
15 2010-04-02  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * FaultDescriptionTest.cs : add new test.
18
19 2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * MetadataResolverTest.cs : enable working tests.
22
23 2010-03-17  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * MetadataExchangeBindingsTest.cs : new test.
26
27 2010-02-10  Atsushi Enomoto  <atsushi@ximian.com>
28
29         * WsdlImporterTest.cs : ignore whatever make dist broke.
30
31           Until make dist gets fixed I won't enable any of new external-
32           source-dependent tests.
33
34 2010-02-09  Atsushi Enomoto  <atsushi@ximian.com>
35
36         * WsdlImporterTest.cs : added test for processing ArrayOfXxx types.
37
38 2010-01-28  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * ServiceContractGeneratorTest.cs : add test for async method
41           generation option to generate sync methods as well.
42
43 2010-01-22  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * ServiceMetadataBehaviorTest.cs : check name constant (MSDN is
46           wrong here).
47
48 2010-01-19  Atsushi Enomoto  <atsushi@ximian.com>
49
50         * ServiceAuthorizationBehaviorTest.cs : it's updated and enabled.
51           Added some more tests.
52
53 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
54
55         * ServiceDebugBehaviorTest.cs : make sure to close hosts.
56
57 2009-10-01  Atsushi Enomoto  <atsushi@ximian.com>
58
59         * ServiceContractGeneratorTest.cs : new test.
60
61 2009-09-15  Atsushi Enomoto  <atsushi@ximian.com>
62
63         * ServiceDebugBehaviorTest.cs : it still seems there are some port-
64           blocking tests that blocks here, so change the port and make sure
65           it is available. 8080 is anyways likely to interfere with others.
66
67 2009-07-31  Atsushi Enomoto  <atsushi@ximian.com>
68
69         * ServiceEndpointTest.cs : new.
70
71 2009-07-02  Atsushi Enomoto  <atsushi@ximian.com>
72
73         * ContractDescriptionTest.cs : make sure the contract actually
74           contains operations from the base types.
75
76 2009-07-02  Atsushi Enomoto  <atsushi@ximian.com>
77
78         * ContractDescriptionTest.cs : added test for derived contract type.
79
80 2009-06-09  Atsushi Enomoto  <atsushi@ximian.com>
81
82         * ServiceThrottlingBehaviorTest.cs : new.
83
84 2009-02-24  Atsushi Enomoto  <atsushi@ximian.com>
85
86         * WsdlExporterTest.cs:
87           Ignore all failing-under-dotnet tests
88
89 2008-05-22  Roei Erez  <roeie@mainsoft.com>
90         * fix ContractDescription.GetContract implementation
91         * Refactor Request processing
92         * Add support for message inspectors
93         * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
94         like: ReleaseServiceInstance, Open, Close...
95         * Add relevant test cases.
96
97 2008-05-01  Eyal Alaluf <eyala@mainsoft.com>
98
99         * ContractDescriptionTest.cs: Add test with method operation, parameters
100           and return value names specified by attributes.
101
102 2008-04-21  Igor Zelmanovich <igorz@mainsoft.com>
103
104         * ServiceDebugBehaviorTest.cs: new testfixture.
105         * ServiceMetadataBehaviorTest.cs: new testfixture.      
106
107 2008-04-21  Igor Zelmanovich <igorz@mainsoft.com>
108
109         * WsdlExporterTest.cs: added new test.
110
111 2008-04-10  Eyal Alaluf <eyala@mainsoft.com>
112
113         * TypedMessageConverterTest.cs: Enabled and extended the roundtrip tests.
114           Used XML namespaces for the message data types.
115
116 2008-03-30  Atsushi Enomoto  <atsushi@ximian.com>
117
118         * WsdlExporterTest.cs, WsdlImporterTest.cs,
119           ContractDescriptionTest.cs : marked coupled of tests as NotWorking.
120
121 2008-03-23  Vladimir Krasnov  <vladimirk@mainsoft.com>
122
123         * OperationDescriptionTest.cs: added parts and namespace tests
124
125 2007-08-19  Atsushi Enomoto  <atsushi@ximian.com>
126
127         * WsdlImporterTest.cs : fix tests under run-test-ondotnet with 3.5.
128
129 2007-08-19  Atsushi Enomoto  <atsushi@ximian.com>
130
131         * WsdlImporterTest.cs : use one tab instead of "    ".
132
133 2007-08-19  Atsushi Enomoto  <atsushi@ximian.com>
134
135         * WsdlExporterTest.cs : oops, fix errors.
136
137 2007-08-19  Atsushi Enomoto  <atsushi@ximian.com>
138
139         * WsdlImporterTest.cs WsdlExporterTest.cs : warning cleanup.
140
141 2007-03-26  Atsushi Enomoto  <atsushi@ximian.com>
142
143         * ContractDescriptionTest.cs : added conceptual test case that shows
144           MessageBodyAttribute is not inferred.
145
146 2006-10-04  Atsushi Enomoto  <atsushi@ximian.com>
147
148         * ContractDescriptionTest.cs : added test to reject async operation
149           whose name does not begin with "Begin".
150
151 2006-10-04  Atsushi Enomoto  <atsushi@ximian.com>
152
153         * ContractDescriptionTest.cs : added test to reject duplicate
154           operation names.
155
156 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
157
158         * ContractDescriptionTest.cs : added some async contract tests.
159
160 2006-09-15  Atsushi Enomoto  <atsushi@ximian.com>
161
162         * ClientCredentialsTest.cs : split default property value tests into
163           each individual peoperty test, and added some more.
164
165 2006-09-14  Atsushi Enomoto  <atsushi@ximian.com>
166
167         * ServiceCredentialsTest.cs : new test.
168
169 2006-09-08  Ankit Jain  <jankit@novell.com>
170
171         * WsdlExporterTest.cs: Add more tests. Remove redundant ones.
172
173 2006-09-07  Ankit Jain  <jankit@novell.com>
174
175         * WsdlExporterTest.cs (ExportContractInvalid1): Remove "NotWorking".
176
177 2006-09-07  Ankit Jain  <jankit@novell.com>
178
179         * WsdlExporterTest.cs (ExportContractInvalid1): New.
180
181 2006-09-07  Ankit Jain  <jankit@novell.com>
182
183         * WsdlExporterTest.cs: New. Incomplete.
184
185 2006-09-05  Atsushi Enomoto  <atsushi@ximian.com>
186
187         * ContractDescriptionTest.cs : added ignorable test that treats
188           IRequestChannel as a service contract. We don't need that.
189
190 2006-07-28  Atsushi Enomoto  <atsushi@ximian.com>
191
192         * ClientCredentialsTest.cs : new file.
193
194 2006-07-14  Atsushi Enomoto  <atsushi@ximian.com>
195
196         * TypedMessageConverterTest.cs : Added StandardRoundtrip(), though
197           NotWorking.
198
199 2006-07-14  Atsushi Enomoto  <atsushi@ximian.com>
200
201         * TypedMessageConverterTest.cs : added StandardToMessage().
202
203 2006-07-13  Ankit Jain  <jankit@novell.com>
204
205         * WsdlImporterTest.cs: More June CTP updates.
206         * dump.xml: Regenerated for June CTP.
207         * MetadataResolverTest.cs: New.
208
209 2006-07-13  Atsushi Enomoto  <atsushi@ximian.com>
210
211         * ContractDescriptionTest.cs :
212           Added test for async pattern (IMetadataExchange).
213
214 2006-07-06  Atsushi Enomoto  <atsushi@ximian.com>
215
216         * ContractDescriptionTest.cs :
217           Added test for methods that takes and returns Message.
218           Added test for invalid async pattern.
219
220 2006-07-06  Atsushi Enomoto  <atsushi@ximian.com>
221
222         * ContractDescriptionTest.cs, TypedMessageConverterTest.cs :
223           June CTP fixes.
224
225 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
226
227         * ContractDescriptionTest.cs : [MessageBody] -> [MessageBodyMember].
228
229 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
230
231         * WsdlImporterTest.cs,
232           ContractDescriptionTest.cs : reflect June CTP updates.
233
234 2006-07-03  Ankit Jain  <jankit@novell.com>
235
236         * WsdlImporterTest.cs: Update for June CTP changes.
237
238 2006-07-03  Ankit Jain  <jankit@novell.com>
239
240         * WsdlImporterTest.cs: Use
241         DataContractSerializerMessageContractImporter instead of
242         DataContractSerializerMessageContractConverter.
243
244 2006-06-12  Ankit Jain  <jankit@novell.com>
245
246         * WsdlImporterTest.cs : New.
247         * dump.xml: New. Required for WsdlImporterTest.cs 
248
249 2006-05-29  Atsushi Enomoto  <atsushi@ximian.com>
250
251         * TypedMessageConverterTest.cs : new test file.
252
253 2006-04-07  Atsushi Enomoto  <atsushi@ximian.com>
254
255         * OperationDescriptionTest.cs : test MessageDescriptions as well.
256
257 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
258
259         * ContractDescriptionTest.cs : test to reject operation-less contract.
260
261 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
262
263         * ContractDescriptionTest.cs : moved from Test/S.SM.Dispatcher.
264         * OperationDescriptionTest.cs : new file.
265
266 2006-03-02  Atsushi Enomoto  <atsushi@ximian.com>
267
268         (resumed changelogging)
269         * ChannelBuildContextTest.cs :
270           Added tests for null ListenUri arguments.
271
272 2006-02-23  Atsushi Enomoto  <atsushi@ximian.com>
273
274         * ChannelBuildContextTest.cs : Feb. CTP API changes - chapter 1.
275
276 2006-01-26  Atsushi Enomoto  <atsushi@ximian.com>
277
278         * ChannelBuildContextTest.cs : (ConsumeBindingElements)
279           Use BindingElements instead of non-implemented WSHttpBinding.
280
281 2005-11-20  Atsushi Enomoto  <atsushi@ximian.com>
282
283         * ChannelBuildContext.cs : new file.
284
285 2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>
286
287         * TypeLoaderTest.cs : actually this is rather ContractDescription
288           test, so it is being moved.
289
290 2005-10-24  Atsushi Enomoto  <atsushi@ximian.com>
291
292         * TypeLoaderTest.cs : new test.