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