2004-04-14 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Data / Test / System.Data / ChangeLog
1 2004-04-14  Atsushi Enomoto <atsushi@ximian.com>
2
3         * Added DataSetReadXmlTest.cs. (specific to ReadXml() in DataSet).
4
5 2004-04-12  Atsushi Enomoto <atsushi@ximian.com>
6
7         * DataSetTest.cs : More path fix. Don't expect End of Line = "\n".
8           It might be "\r\n" or else.
9
10 2004-04-09  Atsushi Enomoto <atsushi@ximian.com>
11
12         * DataColumnTest.cs,
13           DataRowTest.cs,
14           DataTableTest.cs : build fix: csc does not allow
15           System.Type inside namespace MonoTests.System.Data.
16         * DataSetTest.cs : path fix.
17         * DataRelationTest.cs : path fix. Don't test error message: It should
18           vary by message translations. Split tests and use ExpectedException.
19
20 2004-03-31  Juraj Skripsky <juraj@hotfeet.ch>
21
22         * DataColumnTest.cs : fixes here and there,
23         make all tests pass on ms.net.
24
25 2004-03-29  Juraj Skripsky <juraj@hotfeet.ch>
26
27         * DataTableTest.cs : add test case for bug #55503,
28         comment out meaningless test cases.
29
30 2004-01-21  Atsushi Enomoto <atsushi@ximian.com>
31
32         * Added TypedDataSetGeneratorTest.cs.
33
34 2003-12-18  Jackson Harper <jackson@ximian.com>
35
36         * DataViewTest.cs: Add some tests for new methods.
37         
38 2003-05-26  Ben Maurer <bmaurer@users.sourceforge.net>
39         * DataViewTest.cs: Added new test from
40         Patrick Kalkman
41
42 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
43         * All tests inherits from Assertion, and
44           Assertion. prefixes removed
45
46 2003-04-05  Ville Palo <vi64pa@kolumbus.fi>
47
48         * DataTableTest.cs: little fix.
49         
50 2003-03-27  Ville Palo <vi64pa@kolumbus.fi>
51
52         * UniqueConstraintTest.cs: some minor fixes.
53         
54 2003-03-26  Ville Palo <vi64pa@kolumbus.fi>
55
56         * DataRowCollectionTest.cs: Tests for AutoIncrement
57         
58 2003-03-25  Ville Palo <vi64pa@kolumbus.fi>
59
60         * DataTableTest.cs: Added test for PrimaryKey-property
61         
62 2003-03-16  Ville Palo <vi64pa@kolumbus.fi>
63
64         * DataColumnCollectionTest.cs: little fix.
65
66 2003-03-16  Ville Palo <vi64pa@kolumbus.fi>
67
68         * DataColumnCollectionTest.cs: Typos
69         
70 2003-03-16  Ville Palo <vi64pa@kolumbus.fi>
71
72         * DataSetTest.cs: Fixed line-ending problems
73         
74 2003-03-06  Ville Palo <vi64pa@kolumbus.fi>
75
76         * DataTableTest.cs: More tests for Select ()
77         
78 2003-02-28  Ville Palo <vi64pa@kolumbus.fi>
79
80         * DataColumnCollectionTest.cs: Added more tests.
81         * DataRowCollectionTest.cs: Added more tests.
82         
83 2003-04-02  Ville Palo <vi64pa@koti.soon.fi>
84
85         * DataColumnTest.cs: Added tests for Expression property
86         
87 2003-03-02  Ville Palo <vi64pa@koti.soon.fi>
88
89         * DataTableTest.cs: More tests for Select
90         
91 2003-31-01  Ville Palo <vi64pa@koti.soon.fi>
92
93         * DataTableTest.cs: Added more tests for Select (string) -method
94         
95 2003-27-01  Ville Palo <vi64pa@koti.soon.fi>
96
97         * DataRelationTest.cs: Added more tests
98         
99 2003-27-01  Ville Palo <vi64pa@koti.soon.fi>
100
101         * DataTableTest.cs: Added test for DataTable.Select ()
102         
103 2003-24-01  Ville Palo <vi64pa@koti.soon.fi>
104
105         * UniqueConstraint.cs: More tests
106         
107 2003-23-01  Ville Palo <vi64pa@koti.soon.fi>
108
109         * ForeignKeyConstraint.cs: More tests
110         
111 2003-22-01  Ville Palo <vi64pa@koti.soon.fi>
112
113         * DataRelationTest.cs: More tests and little clean up.
114         
115 2003-14-01  Ville Palo <vi64pa@koti.soon.fi>
116
117         * DataRelationTest.cs: Added more tests
118         
119 2003-13-01  Ville Palo <vi64pa@koti.soon.fi>
120
121         * DataRelationTest.cs: Test class for DataRelation
122         
123 2002-12-26  Ville Palo <vi64pa@koti.soon.fi>
124
125         * own_schema.xsd: XmlSchema for testing ReadXmlSchema() -method
126         * DataSetTest.cs: Added more Xml-tests. 
127         
128 2002-12-17  Ville Palo <vi64pa@koti.soon.fi>
129
130         * region.xml: 
131         * store.xsd: new xmldoment and xmlschema for testing DataSet
132         * DataSetTest.cs: Added some Xml-tests.
133         * AllTests.cs: Added DataSetTest
134         
135 2002-10-23  Nick Drochak  <ndrochak@gol.com>
136
137         * ConstraintCollectionTest.cs (SetUp): Clear the constraints before 
138         each test.
139         * ConstraintTest.cs: same
140         * DataColumnTest.cs: Get exceptions straight.  Some are thrown and some
141         aren't
142
143 2002-10-22  Nick Drochak  <ndrochak@gol.com>
144
145         * DataColumnTest.cs: Remove compiler warnings and use caught exception
146         to report useful info.