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