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