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