2006-05-31 Senganal T <tsenganal@novell.com>
[mono.git] / mcs / class / System.Data / Test / System.Data / ChangeLog
index e010c65e456ad59d59ea8ebffe078b59433aa37e..062b01d3f250831f1f5689f5471bd63a9ae7231f 100644 (file)
@@ -1,3 +1,273 @@
+2006-05-31  Senganal T <tsenganal@novell.com>
+
+       * DataSetTest2.cs : Fixed InferXmlSchema_inferingTables5.
+       Patch from Deepak Kr Velachha   
+
+2006-05-31  Senganal T <tsenganal@novell.com>
+
+       * DataSetTest2.cs,DataSetReadXmlSchemaTest.cs,DataSetTest.cs:
+               Cleanup NotWorking testcases
+
+2006-05-02  Senganal T <tsenganal@novell.com>
+
+       * DataColumnTest2.cs : Test if IsNull (expr1,expr2) is parsed
+       correctly and if expr2 is returned when expr1 evaluates to null 
+
+2006-04-21  Senganal T <tsenganal@novell.com>
+
+       * DataTableTest2.cs : Test Duplicate values are handled appropriatly
+       during table loading ( BeginLoadData , EndLoadData). Test LoadDataRow
+       behaves appropriately if called outside BeginLoadData,EndLoadData.
+
+2006-04-19  Senganal T <tsenganal@novell.com>
+
+       * DataSetTest2.cs : Test if ConstraintName with whitespace is saved
+       correctly.
+
+2006-03-25  Senganal T <tsenganal@novell.com>
+       
+       * DataTableTest.cs :  Fixed NotWorkingTest
+
+2006-03-23  Senganal T <tsenganal@novell.com>
+
+       * DataTableTest2.cs :
+               - Ensure duplicate rows are merged when using LoadDataRow
+       * DataRowCollectionTest2.cs :
+               - Ensure row can be searched using Find (), when added using LoadDataRow
+
+2006-03-22  Senganal T <tsenganal@novell.com>
+
+       * DataColumnTest2.cs :
+       * ConstraintCollectionTest2.cs :
+               - Ensure Constraints are correctly added/removed when Unique
+               property is modified.
+               - Ensure PrimaryKeyConstraint cannot be removed using Remove ()
+               - Ensure DataColumn's Unique Propery is modifed when adding/removing constraint 
+
+2006-03-20  Senganal T <tsenganal@novell.com>
+
+       * DataSetTest2.cs
+               - Added testcases for issues in Merge,Copy
+       * ConstraintCollectionTest2.cs
+               - Added testcases for issues in Add , IndexOf
+
+2006-03-19     Boris Kirzner <borisk@mainsoft.com>
+       
+       * ConstraintCollectionTest2.cs, DataColumnCollectionTest.cs, 
+       DataRowCollectionTest.cs, DataTableCollectionTest.cs: ifdef code that is not 
+       supposed to work in TARGET_JVM by now.
+
+2006-03-09  Senganal T  <tsenganal@novell.com>
+       
+       * DataRowCollectionTest2.cs :
+       * DataTableTest2.cs : 
+               - Fixed NotWorking tests.
+
+2006-03-07  Senganal T  <tsenganal@novell.com>
+
+       * DataRowCollectionTest2.cs :
+       * DataTableTest2.cs :
+               - Added failing testcases as NotWorking tests.
+
+2006-03-05  Senganal T  <tsenganal@novell.com>
+       * DataSetTest2.cs
+       * ConstraintCollectionTest2.cs
+       * DataViewTest.cs
+       * DataRelationTest.cs
+               Added testcases for BeginInit and EndInit methods
+
+2006-02-24  Senganal T  <tsenganal@novell.com>
+       * ConstraintCollectionTest2.cs : added testcase for #77630
+2006-02-22  Senganal T  <tsenganal@novell.com>
+
+       * DataRowCollectionTest2.cs : Check if index is maintained for row on calling RejectChanges. 
+       * DataTableTest2.cs : Check if data is loaded and merged (if key exists) correctly.
+       * ForeignKeyConstraintTest.cs : Check if a ParentColumn value can be modified
+               when the row is in 'Added' State. Also, check if child col values are
+               updated correctly.
+
+2006-02-16  Senganal T  <tsenganal@novell.com>
+
+       * DataSetTest2.cs :
+               - WriteXmlSchema_ForeignKeyConstraint : testcase for bug #77557
+               - WriteXmlSchema_RelationAnnotation :
+               - WriteXmlSchema_Relations_ForeignKeys :
+                       ensure Relations and ForeignKeyConstraints are written and read correctly.
+       * DataSetReadXmlSchema.cs :
+               - ReadConstraints :
+                       verify reading a foreignkeyconstraint doesent create a relation.
+               - ReadAnnotatedRelations_MultipleColumns :
+                       verify multiple columns are read correctly if part of annotated relation.
+
+2006-02-11  Senganal T  <tsenganal@novell.com>
+
+       * DataTableTest.cs : Check AllowDBNull is set to false for PrimaryKey cols.
+       * DataTableTest2.cs : added testcases for bug #77404
+
+2006-02-03  Senganal T  <tsenganal@novell.com>
+
+       * DataTableCollectionTest2.cs,EvaluateExceptionTest.cs,
+       DataColumnTest.cs,DataRowViewTest.cs,DataRowCollectionTest2.cs,
+       DataTableTest2.cs,DataTableTest.cs,DataColumnCollectionTest2.cs,
+       DataColumnCollectionTest.cs,DataViewTest.cs,DataColumnTest2.cs
+               - Removed 'NotWorking' attributes for the testcases fixed
+               - Added few new testcases
+
+2006-01-17  Senganal T  <tsenganal@novell.com>
+
+       * DataRowTest2.cs : added testcase for bug #77267
+
+2006-01-16 Boris Kirzner <borisk@mainsoft.com>
+       * DataColumnCollectionTest2.cs: added test case for index update on 
+       column removal
+
+2006-01-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TypedDataSetGeneratorTest.cs : added test for bug #77248, but we
+         cannot enable it since it depends on mcs "installed".
+
+2006-01-10 Senganal T <tsenganal@novell.com>
+       * DataViewTest2.cs 
+               - Added testcase for bug #77188
+
+2006-01-06 Senganal T <tsenganal@novell.com>
+       * DataColumnTest.cs
+       * DataColumnCollectionTest.cs
+               - Added couple of tests for Expression Columns.
+
+2006-01-03 Senganal T <tsenganal@novell.com>
+       * DataSetTypedDataSetTest.cs : corrected the path to file : TypedDataSet.xml
+       to make sure the testcases pass 
+
+2006-01-03 Senganal T <tsenganal@novell.com>
+       *DataViewTest.cs : added testcases for bug #77104
+
+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
+       
+2005-12-15 Konstantin Triger <kostat@mainsoft.com>
+
+       * DataTableTest.cs: added SelectRowState test.
+
+2005-12-07 Boris Kirzner <borisk@mainsoft.com>
+       * DataTableTest.cs: added ifdef for feature not supported in TARGET_JVM.
+
+2005-11-30 Konstantin Triger <kostat@mainsoft.com>
+
+       * DataColumnTest.cs: Added ExpressionSubstringlimits.
+
+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")]