2005-04-12 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / System.Data / Test / System.Xml / ChangeLog
1 2005-01-11  Atsushi Enomoto <atsushi@ximian.com>
2
3         * XmlDataDocumentTest2.cs : Added re-Load()ing test.
4           Added TypedDataDocument().
5
6 2004-06-18  Atsushi Enomoto <atsushi@ximian.com>
7
8         * XmlDataDocumentTest2.cs : When line ending is LF, CR is preserved.
9           To reproduce on windows too, set NewLine as LF.
10
11 2004-05-12  Atsushi Enomoto <atsushi@ximian.com>
12
13         * XmlDataDocumentTest.cs : use Environment.NewLine. Added more tests.
14         * XmlDataDocumentTest2.cs : Test nested relationship, detached row
15           state, and unmapped element as well.
16
17 2004-04-19  Atsushi Enomoto <atsushi@ximian.com>
18
19         * region.xsd : To make sure that "msdata" prefix has nothing to do
20           with the actual "msdata namespace", modified namespace URI string.
21           (This modification never affects on the results under MS.NET.)
22         * XmlDataDocumentTest.cs : Make sure Read2() loaded the table just fine.
23
24 2004-04-13  Atsushi Enomoto <atsushi@ximian.com>
25
26         * XmlDataDocumentTest.cs : still path problem.
27
28 2004-04-13  Atsushi Enomoto <atsushi@ximian.com>
29
30         * Added XmlDataDocumentTest2.cs (XmlDataDocumentTest.cs is too big)
31
32 2004-03-18  Atsushi Enomoto <atsushi@ximian.com>
33
34         * XmlDataDocumentTest.cs : file path fixes.
35
36 2003-05-28  Ville Palo <vi64pa@kolumbus.fi>
37
38         * XmlDataDocumentTest.cs: fixed some tests. Now works better on ms.net
39         
40 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
41         * XmlDataDocumentTest.cs: Inherited from Assertion and removed
42           Assertion. prefixes
43
44 2003-01-28  Ville Palo <vi64pa@koti.soon.fi>
45
46         * XmlDataDocumentTest.cs: Fixed some tests
47         
48 2003-01-13  Ville Palo <vi64pa@koti.soon.fi>
49
50         * XmlDataDocumentTest.cs: Added more tests