2003-22-01 Ville Palo <vi64pa@koti.soon.fi>
[mono.git] / mcs / class / System.Data / Test / System.Data / ChangeLog
1 2003-22-01  Ville Palo <vi64pa@koti.soon.fi>
2
3         * DataRelationTest.cs: More tests and little clean up.
4         
5 2003-14-01  Ville Palo <vi64pa@koti.soon.fi>
6
7         * DataRelationTest.cs: Added more tests
8         
9 2003-13-01  Ville Palo <vi64pa@koti.soon.fi>
10
11         * DataRelationTest.cs: Test class for DataRelation
12         
13 2002-12-26  Ville Palo <vi64pa@koti.soon.fi>
14
15         * own_schema.xsd: XmlSchema for testing ReadXmlSchema() -method
16         * DataSetTest.cs: Added more Xml-tests. 
17         
18 2002-12-17  Ville Palo <vi64pa@koti.soon.fi>
19
20         * region.xml: 
21         * store.xsd: new xmldoment and xmlschema for testing DataSet
22         * DataSetTest.cs: Added some Xml-tests.
23         * AllTests.cs: Added DataSetTest
24         
25 2002-10-23  Nick Drochak  <ndrochak@gol.com>
26
27         * ConstraintCollectionTest.cs (SetUp): Clear the constraints before 
28         each test.
29         * ConstraintTest.cs: same
30         * DataColumnTest.cs: Get exceptions straight.  Some are thrown and some
31         aren't
32
33 2002-10-22  Nick Drochak  <ndrochak@gol.com>
34
35         * DataColumnTest.cs: Remove compiler warnings and use caught exception
36         to report useful info.