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