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