Moved chain building and validation from Mono.Security to System
[mono.git] / mcs / class / System.Runtime.Serialization / Test / System.Runtime.Serialization / ChangeLog
1 2010-03-04  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * XmlObjectSerializerTest.cs : test for empty array deserialization.
4
5 2010-03-01  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * XsdDataContractExporterTest.cs : remove [NotWorking].
8
9 2010-02-19  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * XsdDataContractImporterTest.cs : added Dictionary export tests.
12
13 2010-02-18  Atsushi Enomoto  <atsushi@ximian.com>
14
15         * XsdDataContractImporterTest.cs : enabled new tests.
16
17 2010-02-17  Atsushi Enomoto  <atsushi@ximian.com>
18
19         * XsdDataContractImporterTest.cs : added a bunch of tests for new
20           implementation. Disable yet.
21
22 2010-02-09  Atsushi Enomoto  <atsushi@ximian.com>
23
24         * XsdDataContractImporterTest.cs : add test that it gives
25           appropriate code namespaces.
26
27 2010-02-08  Atsushi Enomoto  <atsushi@ximian.com>
28
29         * XsdDataContractImporterTest.cs : add test that ArrayOfxxx type
30           is not added.
31
32 2010-01-25  Atsushi Enomoto  <atsushi@ximian.com>
33
34         * XmlObjectSerializerTest.cs : added test for bug #560155.
35
36 2010-01-08  Atsushi Enomoto  <atsushi@ximian.com>
37
38         * XmlObjectSerializerTest.cs : added test for bug #568763.
39
40 2009-09-28  Atsushi Enomoto  <atsushi@ximian.com>
41
42         * XsdDataContractExporterTest.cs : disable some tests that started
43           to fail due to correctly sorted fields while xsd exporter has
44           some bugs that emits duplicate fields (hence ambiguity occurs).
45
46 2009-09-28  Atsushi Enomoto  <atsushi@ximian.com>
47
48         * XmlObjectSerializerTest.cs : Test nested type serialization type
49           initialization.
50
51 2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * XmlObjectSerializerTest.cs : fix (here too) bad serialization-
54           compatibility-dependent test.
55
56 2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>
57
58         * XmlObjectSerializerTest.cs : fixed wrong EOLs that resulted in
59           failure in .NET.
60         * XsdDataContractExporterTest.cs : fix test that failed on .NET,
61           and marked as NotWorking (no proceeding wsdl work yet).
62
63 2009-09-04  Atsushi Enomoto  <atsushi@ximian.com>
64
65         * XmlObjectSerializerTest.cs : add test for [IgnoreDataMember].
66
67 2009-07-23  Sebastien Pouliot  <sebastien@ximian.com>
68
69         * XmlObjectSerializerTest.cs: Add test cases with a generic
70         dictionary (empty, broken with r138386, and with one element) 
71         that both works on MS.NET and for which Moonlight depends on.
72
73 2009-07-22  Atsushi Enomoto  <atsushi@ximian.com>
74
75         * XmlObjectSerializerTest.cs :
76           Add test for bug #524086 by Rolf Bjarne Kvinge.
77           Add enum flags test, which should not raise an error.
78
79 2009-07-22  Atsushi Enomoto  <atsushi@ximian.com>
80
81         * XmlObjectSerializerTest.cs : add test for bug #524083, by
82           Rolf Bjarne Kvinge.
83
84 2009-07-22  Atsushi Enomoto  <atsushi@ximian.com>
85
86         * XmlObjectSerializerTest.cs : now we can make xml indented as
87           originally done in #524088.
88
89 2009-07-22  Atsushi Enomoto  <atsushi@ximian.com>
90
91         * XmlObjectSerializerTest.cs : added test for bug #524088 by
92           Rolf Bjarne Kvinge (a bit modified).
93
94 2009-06-01  Atsushi Enomoto  <atsushi@ximian.com>
95
96         * XmlObjectSerializerTest.cs : enable interface collection test and
97           add some more test lines.
98
99 2009-05-14  Atsushi Enomoto  <atsushi@ximian.com>
100
101         * XmlObjectSerializerTest.cs : added serialization test for
102           interface collection.
103
104 2009-03-12  Atsushi Enomoto  <atsushi@ximian.com>
105
106         * XmlObjectSerializerTest.cs : added test for dictionary with
107           CollectionDataContractAttribute.
108
109 2009-03-12  Atsushi Enomoto  <atsushi@ximian.com>
110
111         * XmlObjectSerializerTest.cs : added tests for IDictionary
112           serialization (both generic and non-generic).
113
114 2009-03-11  Atsushi Enomoto  <atsushi@ximian.com>
115
116         * XmlObjectSerializerTest.cs : test for generic IList of
117           DictionaryEntry. (no Hashtable serialization yet.)
118
119 2009-03-11  Atsushi Enomoto  <atsushi@ximian.com>
120
121         * XmlObjectSerializerTest.cs : test for generic IList of KeyValuePair
122           (it is still different from full IDictionary support...!).
123
124 2009-03-11  Atsushi Enomoto  <atsushi@ximian.com>
125
126         * XmlObjectSerializerTest.cs : test for generic IList serialization.
127
128 2009-03-10  Atsushi Enomoto  <atsushi@ximian.com>
129
130         * XmlObjectSerializerTest.cs : test for generic type serialization.
131
132 2009-02-13  Atsushi Enomoto  <atsushi@ximian.com>
133
134         * XmlObjectSerializerTest.cs : fixed non-contract serialization
135           tests and remove some NotWorking.
136
137 2009-02-13  Atsushi Enomoto  <atsushi@ximian.com>
138
139         * XmlObjectSerializerTest.cs : fixed collection contract test and
140           added some notes.
141
142 2009-02-13  Atsushi Enomoto  <atsushi@ximian.com>
143
144         * XmlObjectSerializerTest.cs : added couple of test fixes in
145           collection serialization tests.
146
147 2008-11-23  Atsushi Enomoto  <atsushi@ximian.com>
148
149         * XmlObjectSerializerTest.cs : added test for IsReference = true.
150
151 2008-04-17  Eyal Alaluf <eyala@mainsoft.com>
152
153         * XmlObjectSerializerTest.cs: Add test for base class with a different XML
154           namespace then its derived class.
155           Add tests for derserialization of arrays.
156
157 2008-04-14  Eyal Alaluf <eyala@mainsoft.com>
158
159         * XmlObjectSerializerTest.cs: DataContract types don't need anymore an empty
160           ctor.
161
162 2008-04-10  Eyal Alaluf <eyala@mainsoft.com>
163
164         * XmlObjectSerializerTest.cs: Add test scenarios for testing serialization
165           and deserialization of more complex types, namespace support, etc.
166
167 2008-04-03  Igor Zelmanovich <igorz@mainsoft.com>
168
169         * DataContractSerializerTest_FrameworkTypes_mscorlib.cs:
170         * DataContractSerializerTest_FrameworkTypes_System.cs:
171         * DataContractSerializerTest_FrameworkTypes_System.Data.cs:
172         * XmlObjectSerializerTest.cs:
173         add NotWorking attribute.
174
175 2008-03-31  Igor Zelmanovich <igorz@mainsoft.com>
176
177         * DataContractSerializerTest_FrameworkTypes_System.Data.cs: new testfixture.
178
179 2008-03-31  Igor Zelmanovich <igorz@mainsoft.com>
180
181         * DataContractSerializerTest_FrameworkTypes_System.cs: new testfixture.
182
183 2008-03-31  Igor Zelmanovich <igorz@mainsoft.com>
184
185         * DataContractSerializerTest_FrameworkTypes.cs: refactoring. 
186         * DataContractSerializerTest_FrameworkTypes_mscorlib.cs: new testfixture.
187
188 2008-03-31  Igor Zelmanovich <igorz@mainsoft.com>
189
190         * DataContractSerializerTest_FrameworkTypes.cs: 
191         add infrastructure for following tests.
192
193 2008-03-30  Igor Zelmanovich <igorz@mainsoft.com>
194
195         * XmlObjectSerializerTest.cs: use XmlComparer, remove NotWorking.
196
197 2008-02-27 Eyal Alaluf <eyala@mainsoft.com>
198
199         * XmlObjectSerializerTest.cs: Added tests for Read/WriteObject
200         * AttributesTest.cs: Added tests for new Serialization attributes.
201         * XsdDataContractImporterTest.cs: Added null arguments tests to the
202           Import methods. marked ImportTest as not working.
203
204 2008-02-27 Eyal Alaluf <eyala@mainsoft.com>
205
206         * one.xml: Indentation change
207
208 2007-12-05  Atsushi Enomoto  <atushi@ximian.com>
209
210         * XmlObjectSerializerTest.cs : test for .ctor() with null knownTypes.
211
212 2007-11-27  Atsushi Enomoto  <atushi@ximian.com>
213
214         * XmlObjectSerializerTest.cs, XsdDataContractImporterTest.cs:
215           couple of tests are not working now.
216
217 2007-08-17  Atsushi Enomoto  <atushi@ximian.com>
218
219         * XmlObjectSerializerTest.cs : added test for ReadObject() with
220           verifyObjectData = false.
221
222 2007-07-27  Atsushi Enomoto  <atushi@ximian.com>
223
224         * XmlObjectSerializerTest.cs : added test for serializing IPAddress
225           (will be required for RegisterInfo).
226
227 2007-07-26  Atsushi Enomoto  <atushi@ximian.com>
228
229         * XmlObjectSerializerTest.cs : added Guid serialization test.
230
231 2006-09-05  Ankit Jain  <jankit@novell.com>
232
233         * XsdDataContractImporterTest.cs (PrimitiveType): Add a check for number
234         of schemas.
235
236 2006-09-04  Ankit Jain  <jankit@novell.com>
237
238         * XsdDataContractExporterTest.cs (Ctor1): Remove 'NotWorking'.
239         (PrimitiveType): New.
240         (CanExportTest): New.
241         (GetSchemaTypeTest): New.
242         (Test2): Ensure that exception is "expected" from the second Export.
243
244 2006-09-01  Ankit Jain  <jankit@novell.com>
245
246         * XsdDataContractExporterTest.cs: New.
247         * XmlObjectSerializerTest.cs: New tests for serializing arrays.
248
249 2006-08-31  Ankit Jain  <jankit@novell.com>
250
251         * XmlObjectSerializerTest.cs: Add tests for serializing/deserializing
252         enums.
253
254 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
255
256         * XmlObjectSerializerTest.cs : added non-setter collection case.
257           (I was just curious how DataContractSerializer is useless here.)
258
259 2006-07-27  Ankit Jain  <jankit@novell.com>
260
261         * one.xml: New. Used by XsdDataContractImporterTest.cs
262         * XsdDataContractImporterTest.cs: New.
263
264 2006-07-18  Atsushi Enomoto  <atsushi@ximian.com>
265
266         * XmlObjectSerializerTest.cs : the previous test is working now.
267
268 2006-07-18  Atsushi Enomoto  <atsushi@ximian.com>
269
270         * XmlObjectSerializerTest.cs : finally I found out why non-
271           datacontract .ctor() does not fail while SerializeNonDC() fails.
272
273 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
274
275         * XmlObjectSerializerTest.cs : added more .ctor() tests.
276
277 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
278
279         * XmlObjectSerializerTest.cs :
280           Added test for nested class serialization.
281
282 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
283
284         * XmlObjectSerializerTest.cs : added some .ctor() tests.
285
286 2006-04-06  Atsushi Enomoto  <atsushi@ximian.com>
287
288         * XmlObjectSerializerTest.cs : added test for string serialization.
289           QName as well but [Ignore] right now.
290
291 2006-03-09  Atsushi Enomoto  <atsushi@ximian.com>
292
293         * XmlObjectSerializerTest.cs : added test for WriteObjectContent()
294           without WriteStartObject().
295
296 2006-03-08  Ankit Jain  <jankit@novell.com>
297
298         * XmlObjectSerializerTest.cs (SerializeDCWithName):
299         (SerializeDCWithEmptyName1):
300         (SerializeDCWithEmptyName2):
301         (SerializeDCWithNullName): 
302         (SerializeDCWithEmptyNamespace1): New serialization tests.
303
304 2006-03-03  Atsushi Enomoto  <atsushi@ximian.com>
305
306         * XmlObjectSerializerTest.cs : added more serialization tests.
307
308 2006-03-02  Atsushi Enomoto  <atsushi@ximian.com>
309
310         * XmlObjectSerializerTest.cs : new file for serialization tests.
311