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