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