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