2005-04-12 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / System.XML / Test / System.Xml.Serialization / ChangeLog
1 2005-03-30  Lluis Sanchez Gual  <lluis@novell.com>
2
3         * XmlSerializerTests.cs:
4         * XmlReflectionImporterTests.cs:
5         * DeserializeTests.cs:
6         * XmlSerializerTestClasses.cs: Added tests for serialization of choices.
7
8 2005-03-29  Lluis Sanchez Gual  <lluis@novell.com>
9
10         * XmlSerializerTests.cs:
11         * DeserializeTests.cs: 
12         * XmlSerializerTestClasses.cs: Added some tests for xml node serialization.
13
14 2005-02-28  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * XmlReflectionImporterTests.cs : set NotWorking for trivial empty
17           string comparison.
18
19 2005-02-10  Nick Drochak  <ndrochak@ieee.org>
20
21         * DeserializeTests.cs: Ignore new test on MS.NET, since it fails there.
22
23 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
24
25         * DeserializeTests.cs: Added test case for bug #72265.
26
27 2005-01-30  Nick Drochak  <ndrochak@ieee.org>
28
29         * ComplexDataStructure.cs:
30         * DeserializationTests.cs: Ignore failures on .NET
31
32 2004-09-02  Lluis Sanchez Gual <lluis@novell.com>
33
34         * XmlSerializerTestClasses.cs: Added some test classes.
35         * DeserializeTests.cs: Added tests for bug #61464.
36
37 2004-03-24  Lluis Sanchez Gual <lluis@ximian.com>
38
39         * XmlSerializerTests.cs: Added some identifiers for AssertEquals.
40           Minor fixes in Infoset method.
41         * ComplexDataStructure.cs: New set of tests for testing complex object
42           serialization.
43
44 2004-03-13  David Sheldon <dave-mono@earth.li>
45
46   * XmlReflectionImporterTests.cs: Switched the AssertEquals around 
47    the other way, so that the expecteed value was the first parameter. 
48    This makes the error messages you get out of it better.
49
50 2004-03-12  Lluis Sanchez Gual  <lluis@ximian.com>
51
52         * DeserializeTests.cs: Added test for empty enum deserialization (bug #55509).
53         * XmlAttributesTests.cs, XmlReflectionImporterTests.cs, 
54           XmlSerializationWriterTests.cs, XmlSerializerTests.cs:
55           Simplified namespace hierarchy.
56         * XmlSerializerTestClasses.cs: Added more test classes.
57
58 2003-12-18  Lluis Sanchez Gual <lluis@ximian.com>
59
60         * DeserializeTests.cs, XmlAttributesTests.cs: Changed namespace.
61         * XmlSerializationWriterTests.cs, XmlSerializerTests.cs: Make xml compares 
62           independent from the text format.
63
64 2003-05-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
65
66         * added DeserializeTests.cs and XmlAttributesTest.cs
67
68 2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
69
70         * XmlSerializerTests.cs : fixed some AssertEquals() argument orders.
71           and replaced some Assert() with AssertEquals().
72           Applied USE_VERSION_1_1 to TestConstructor().
73
74 2003-05-16  Dick Porter  <dick@ximian.com>
75
76         * XmlSerializerTests.cs: Test what happens when nulls are passed
77         to the constructor
78
79 2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
80
81         * XmlSerializerTests.cs : fixed some argument orders and fixed
82           timezone dependent part of TestSerializeDateTime().
83
84 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
85         * Tests inherits from Assertion and Assertion. prefixes removed
86
87 2003-05-10  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
88
89         * added XmlSerializationWriterTests.cs. (by Erik)
90
91 2003-04-25  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
92
93         * added XmlReflectionImporterTests.cs. (by Erik)
94
95 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
96
97         * added this file as a new entry.
98           See ../ChangeLog to find former ChangeLog entries.
99         * added XmlSerializerTests.cs and XmlSerializerTestClasses.cs
100           (by Erik Lebel)