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