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