merge -r 53557:53558
[mono.git] / mcs / class / System.Data / Test / System.Data / ChangeLog
index 247b0237dcc945a7eed680b6bfddc57345efe8ee..e265bba3db6a84f3ae749a1d7d02cd7401c43e25 100644 (file)
+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
+       to child tables. test case idea from george.barbarosie@gmail.com
+       (George Barbarosie) in bug #75226.
+
+2005-06-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSetTest.cs : quick build fix.
+
+2005-06-14  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * DataSetTest.cs: Added test case for GetChanges method.
+
+2005-06-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSetReadXmlSchemaTest.cs : TestSampleFileImportSimple() is not
+         working and it takes so much time (downloading), so just disable it.
+
+2005-06-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSetReadXmlSchemaTest.cs : testcase for bug #75121.
+
+2005-05-29  Eyal Alaluf <eyala@mainsoft.com>
+       * ConstraintCollectionTest2.cs - New file containing Mainsoft ConstraintCollection tests.
+
+2005-05-25  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * DataTableLoadRowTest.cs: Added  additional cases for
+       AutoIncrementTest to gauge any side effect with auto
+       incrementing in case of upsert.
+
+2005-05-20  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * DataRowCollectionTest.cs: Added a test to check Rows.Add (values
+       []) with null in the collection.
+
+2005-05-11  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * DataTableTest.cs: revamped tests for ImportRow method. Checks
+       for all rowstates and pk violation of importing a deleted record.
+
+2005-05-05  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * DataTableReaderTest.cs: Added a test to check when deleting the
+       first row.
+
 2005-05-04  Sureshkumar T  <tsureshkumar@novell.com>
 
+       * DataTableReaderTest.cs:
+       - reader.close in finally in all test cases.
+       - Added tests to check scenarios when the datasource is
+       modified/deleted/added.
+       - Added tests to check when the datatable is cleared.
+
        * DataTableTest.cs: 
        - Added a test for DataTable. Should clear rows from indexes as
        well. Simplified table creation for ClearReset test.
        - Added a test to check whether Commit RowChanging & RowChanged
        event is fired.
+       - ClearTest () : added case for checking whether TableCleared
+       event is fired.
 
 2005-04-29  Sureshkumar T  <tsureshkumar@novell.com>