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