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