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