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