This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / System.XML / Test / System.Xml.Serialization / ChangeLog
1 2004-03-24  Lluis Sanchez Gual <lluis@ximian.com>
2
3         * XmlSerializerTests.cs: Added some identifiers for AssertEquals.
4           Minor fixes in Infoset method.
5         * ComplexDataStructure.cs: New set of tests for testing complex object
6           serialization.
7
8 2004-03-13  David Sheldon <dave-mono@earth.li>
9
10   * XmlReflectionImporterTests.cs: Switched the AssertEquals around 
11    the other way, so that the expecteed value was the first parameter. 
12    This makes the error messages you get out of it better.
13
14 2004-03-12  Lluis Sanchez Gual  <lluis@ximian.com>
15
16         * DeserializeTests.cs: Added test for empty enum deserialization (bug #55509).
17         * XmlAttributesTests.cs, XmlReflectionImporterTests.cs, 
18           XmlSerializationWriterTests.cs, XmlSerializerTests.cs:
19           Simplified namespace hierarchy.
20         * XmlSerializerTestClasses.cs: Added more test classes.
21
22 2003-12-18  Lluis Sanchez Gual <lluis@ximian.com>
23
24         * DeserializeTests.cs, XmlAttributesTests.cs: Changed namespace.
25         * XmlSerializationWriterTests.cs, XmlSerializerTests.cs: Make xml compares 
26           independent from the text format.
27
28 2003-05-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
29
30         * added DeserializeTests.cs and XmlAttributesTest.cs
31
32 2003-05-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
33
34         * XmlSerializerTests.cs : fixed some AssertEquals() argument orders.
35           and replaced some Assert() with AssertEquals().
36           Applied USE_VERSION_1_1 to TestConstructor().
37
38 2003-05-16  Dick Porter  <dick@ximian.com>
39
40         * XmlSerializerTests.cs: Test what happens when nulls are passed
41         to the constructor
42
43 2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
44
45         * XmlSerializerTests.cs : fixed some argument orders and fixed
46           timezone dependent part of TestSerializeDateTime().
47
48 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
49         * Tests inherits from Assertion and Assertion. prefixes removed
50
51 2003-05-10  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
52
53         * added XmlSerializationWriterTests.cs. (by Erik)
54
55 2003-04-25  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
56
57         * added XmlReflectionImporterTests.cs. (by Erik)
58
59 2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
60
61         * added this file as a new entry.
62           See ../ChangeLog to find former ChangeLog entries.
63         * added XmlSerializerTests.cs and XmlSerializerTestClasses.cs
64           (by Erik Lebel)