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