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