merge -r 53557:53558
[mono.git] / mcs / class / System.Data / Test / System.Data / ChangeLog
index 70f71dd2a6dcc59f4a4685e5a7a51c9279597aa3..e265bba3db6a84f3ae749a1d7d02cd7401c43e25 100644 (file)
@@ -1,3 +1,106 @@
+2005-11-11 Senganal T <tsenganal@novell.com>
+
+       * DataSetTest2.cs : Added a testcase for bug#76517 
+
+2005-10-24  Konstantin Triger <kostat@mainsoft.com>
+
+       * DataTableTest.cs: Added test for object type validation (ColumnObjectTypeTest)
+
+2005-10-21  Senganal T <tsenganal@novell.com>
+
+       * DataTableTest2.cs : addded test for #76213
+
+2005-10-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSetTest.cs : added test for #76480.
+
+2005-10-14  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * DataViewTest_IBindingList.cs (FindTest): mark working. According
+       to printed DataView, the index returned is correct.
+
+2005-10-11  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * DataViewTest_IBindingList.cs: Added test cases for IBindingList
+       implementation by DataView. This is used by DataGrid control.
+
+2005-09-20  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * DataViewTest.cs: Added a case for Sort to accept columns with
+       '[' & ']'.
+       (SortTests): Added cases for sorting order. TestCase from Marc
+
+2005-08-02  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * DataTableTest.cs: Select (): added a case for apos escaping.
+
+2005-08-02 Boris Kirzner <borisk@mainsoft.com>
+       * DataSetTest2.cs: added test case for ReadXmlSchema with relations and 
+       keys.
+
+2005-07-21  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * ForeignKeyConstraintTest.cs: added tests when adding fk
+       constraints with existing rows.
+       
+2005-07-21 Boris Kirzner <borisk@mainsoft.com>
+       * DataRowTest2.cs - Added RowError testcases.
+
+2005-07-12  Eyal Alalouf  <eyala@mainsoft.com>
+
+       * ConstraintExceptionTest.cs: Removed use of obsolete System.Data.Tests.Mainsoft/GHTUtils
+       * DataRelationTest2.cs: Removed use of obsolete System.Data.Tests.Mainsoft/GHTUtils
+
+2005-07-12  Eyal Alalouf  <eyala@mainsoft.com>
+
+       * DeletedRowInaccessibleExceptionTest: Added file
+       * DuplicateNameExceptionTest: Added file
+       * ConstraintExceptionTest: Added file
+       * EvaluateExceptionTest: Added file
+       * InRowChangingEventExceptionTest: Added file
+       * InvalidConstraintExceptionTest: Added file
+       * NoNullAllowedExceptionTest: Added file
+       * ReadOnlyExceptionTest: Added file
+       * SyntaxErrorExceptionTest: Added file
+       * RowNotInTableExceptionTest: Added file
+
+2005-07-12  Eyal Alalouf  <eyala@mainsoft.com>
+
+       * DataRelationTest2.cs: Added file
+       * DataRowTest2.cs: Added file
+       * DataRowCollectionTest2.cs: Added file
+       * DataRowViewTest2.cs: Added file
+       * DataTableCollectionTest2.cs: Added file
+       * DataTableTest2.cs: Added file
+       * DataViewTest2.cs: Added file
+       * ForeignKeyConstraintTest2.cs: Added file
+       * UniqueConstraintTest2.cs: Added file
+
+2005-07-12  Eyal Alalouf  <eyala@mainsoft.com>
+
+       * DataRelationCollectionTest2.cs: Added file
+
+2005-07-12  Eyal Alalouf  <eyala@mainsoft.com>
+
+       * DataColumnTest2.cs: Added file
+
+2005-07-08  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * DataTableLoadRowTest.cs: Added tests for event handling.
+       PreserveChangesTest: Added few more tests.
+
+2005-06-30  Eyal Alalouf  <eyala@mainsoft.com>
+
+       * DataColumnCollectionTest2.cs: Added file
+
+2005-06-29  Ben Maurer  <bmaurer@ximian.com>
+
+       * DataTableTest.cs: Add Gonz's test from corlib that should be here.
+
+2005-06-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSetReadXmlSchemaTest.cs : set [Category("InetAccess")]
+
 2005-06-15  Sureshkumar T  <tsureshkumar@novell.com>
 
        * DataSetTest.cs: added a test case for DataSet changes cascading