Added a bulk of tests from Mainsoft repository.
[mono.git] / mcs / class / System.Data / Test / System.Data / ChangeLog
index f5ed498cd2a4d6b5240052ad223c283631f5dc9f..477be04a2117b7355ded189dcfc9954a7731259a 100644 (file)
@@ -1,3 +1,13 @@
+2006-01-02 Boris Kirzner <borisk@mainsoft.com>
+       * DataTableCollectionTest2.cs, DataColumnTest2.cs,
+       DataViewTest2.cs, DataRowCollectionTest2.cs, DataTableTest2.cs,
+       DataRelationCollectionTest2.cs, ForeignKeyConstraintTest2.cs,
+       DataSetTest2.cs, ConstraintCollectionTest2.cs, DataRowTest2.cs,
+       DataColumnCollectionTest2.cs: new tests from Mainsoft repository.
+       * DataSetTypedDataSetTest.cs, VersionNotFoundException.cs,
+       MissingPrimaryKeyExceptionTest.cs: added files with new tests.
+       * TypedDataSet.xml - new xml file (for TypeDataSetTest.cs).
+
 2005-12-20 Senganal T <tsenganal@novell.com>
        * DataColumnTest.cs : added testcase for #77025