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