2004-04-19 Atsushi Enomoto * Added DataSetInferXmlSchemaTest.cs. * DataSetReadXmlTest.cs : Fixed test bogus. When ReadMode is InferSchema, it should not load any data rows. * DataSetAssertion.cs : Added AssertDataSet() overroad that takes relation count. 2004-04-19 Atsushi Enomoto * Added missing ChangeLog entry. * ConstraintCollectionTest.cs : Ignore some tests that should fail (They also fail under MS.NET). * DataSetReadXmlSchemaTest.cs : - Added SingleElementTreatmentDifference() and PrefixedTargetNS(). - Modified UnusedComplexTypesInored() to make sure DataSetName is set. - Renamed DataSetElementCannotBeReferenced() to NestedReferenceNotAllowed(). - Modified ReadElemAttrPattern() to LocaleOnRootWithoutIsDataSet() to test msdata:Locale. * DataSetTest.cs : Due to mcs bug #57200, csc does not allow System.Type.GetType(), so modified them all. 2004-04-16 Atsushi Enomoto * DataSetAssertion.cs : Added AssertDataColumn(). * DataSetReadXmlSchemaTest.cs : Added more strange cases. 2004-04-15 Umadevi S (sumadevi@novell.com) * ForeignKeyConstraintTest - constructor testing, * DataSet - test for Clone and Copy methods. 2004-04-15 Atsushi Enomoto * Added DataSetAssertion.cs and DataSetReadXmlSchema.cs. * DataSetReadXmlTest.cs : separate assertion methods into DataSetAssertion.cs. Added label argument to AssertDataTable. 2004-04-15 Atsushi Enomoto * DataSetReadXmlTest.cs : Tests were incorrect. They should be done against new dataset. So just added another sequential read tests. 2004-04-14 Atsushi Enomoto * Added DataSetReadXmlTest.cs. (specific to ReadXml() in DataSet). 2004-04-12 Atsushi Enomoto * DataSetTest.cs : More path fix. Don't expect End of Line = "\n". It might be "\r\n" or else. 2004-04-09 Atsushi Enomoto * DataColumnTest.cs, DataRowTest.cs, DataTableTest.cs : build fix: csc does not allow System.Type inside namespace MonoTests.System.Data. * DataSetTest.cs : path fix. * DataRelationTest.cs : path fix. Don't test error message: It should vary by message translations. Split tests and use ExpectedException. 2004-03-31 Juraj Skripsky * DataColumnTest.cs : fixes here and there, make all tests pass on ms.net. 2004-03-29 Juraj Skripsky * DataTableTest.cs : add test case for bug #55503, comment out meaningless test cases. 2004-01-21 Atsushi Enomoto * Added TypedDataSetGeneratorTest.cs. 2003-12-18 Jackson Harper * DataViewTest.cs: Add some tests for new methods. 2003-05-26 Ben Maurer * DataViewTest.cs: Added new test from Patrick Kalkman 2003-05-13 Martin Willemoes Hansen * All tests inherits from Assertion, and Assertion. prefixes removed 2003-04-05 Ville Palo * DataTableTest.cs: little fix. 2003-03-27 Ville Palo * UniqueConstraintTest.cs: some minor fixes. 2003-03-26 Ville Palo * DataRowCollectionTest.cs: Tests for AutoIncrement 2003-03-25 Ville Palo * DataTableTest.cs: Added test for PrimaryKey-property 2003-03-16 Ville Palo * DataColumnCollectionTest.cs: little fix. 2003-03-16 Ville Palo * DataColumnCollectionTest.cs: Typos 2003-03-16 Ville Palo * DataSetTest.cs: Fixed line-ending problems 2003-03-06 Ville Palo * DataTableTest.cs: More tests for Select () 2003-02-28 Ville Palo * DataColumnCollectionTest.cs: Added more tests. * DataRowCollectionTest.cs: Added more tests. 2003-04-02 Ville Palo * DataColumnTest.cs: Added tests for Expression property 2003-03-02 Ville Palo * DataTableTest.cs: More tests for Select 2003-31-01 Ville Palo * DataTableTest.cs: Added more tests for Select (string) -method 2003-27-01 Ville Palo * DataRelationTest.cs: Added more tests 2003-27-01 Ville Palo * DataTableTest.cs: Added test for DataTable.Select () 2003-24-01 Ville Palo * UniqueConstraint.cs: More tests 2003-23-01 Ville Palo * ForeignKeyConstraint.cs: More tests 2003-22-01 Ville Palo * DataRelationTest.cs: More tests and little clean up. 2003-14-01 Ville Palo * DataRelationTest.cs: Added more tests 2003-13-01 Ville Palo * DataRelationTest.cs: Test class for DataRelation 2002-12-26 Ville Palo * own_schema.xsd: XmlSchema for testing ReadXmlSchema() -method * DataSetTest.cs: Added more Xml-tests. 2002-12-17 Ville Palo * region.xml: * store.xsd: new xmldoment and xmlschema for testing DataSet * DataSetTest.cs: Added some Xml-tests. * AllTests.cs: Added DataSetTest 2002-10-23 Nick Drochak * ConstraintCollectionTest.cs (SetUp): Clear the constraints before each test. * ConstraintTest.cs: same * DataColumnTest.cs: Get exceptions straight. Some are thrown and some aren't 2002-10-22 Nick Drochak * DataColumnTest.cs: Remove compiler warnings and use caught exception to report useful info.