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