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