2006-05-31 Senganal T <tsenganal@novell.com>
[mono.git] / mcs / class / System.Data / Test / System.Data / ChangeLog
index cb8f2849d1e0c709c3b665d5e230ce9ac03efdec..062b01d3f250831f1f5689f5471bd63a9ae7231f 100644 (file)
@@ -1,3 +1,147 @@
+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