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