X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Data%2FTest%2FSystem.Data%2FChangeLog;h=0bc50f1479523cb994673062a1ce6c551cbea33c;hb=b2d63bccf072cf4148c41fe77c95cf28b67f0319;hp=637c7c3bb3a9a1e222781eeda0a4b65bfa9f823a;hpb=3cf1e9c90ea24593b619455e8457c93ab43021b9;p=mono.git diff --git a/mcs/class/System.Data/Test/System.Data/ChangeLog b/mcs/class/System.Data/Test/System.Data/ChangeLog index 637c7c3bb3a..0bc50f14795 100644 --- a/mcs/class/System.Data/Test/System.Data/ChangeLog +++ b/mcs/class/System.Data/Test/System.Data/ChangeLog @@ -1,3 +1,202 @@ +2006-06-28 Senganal T + + * DataSetTest2.cs : Removed ReadXml_Strm, ReadXml_Strg + ReadXml_ByTextReader, ReadXml_ByXmlReader : + Temporarily removed as these are failing, in a different + timezone, due to bug in DateTime. + +2006-06-27 Senganal T + + * DataTableReaderTest.cs : + - Tests for Schema verification. + - Test if GetName returns the ColumnName. + - Tests for Provider Specific types/values + - Tests for GetChars + - Test if Schema changes are caught and appropriate errors + are raised. + +2006-06-15 Senganal T + + * DataTableTest2.cs : + - Test if the Sort Order is correct when Sort String is not + explicitly set. + - Test if EvaluateException is raised if filter is not a + boolean expression. + - Test if expression is evaluated corrected when the filter + is a boolean column. + +2006-06-15 Senganal T + + * DataSetTest2.cs : Test the behavior of EnforceConstraints + * DataViewTest_IBindingList.cs : Test to ensure the correct index is + used for comparision + * DataRowTest2.cs : Test to ensure the RowErrors and ColumnErrors are + filled correctly. + +2006-05-31 Senganal T + + * DataSetTest2.cs : Fixed InferXmlSchema_inferingTables5. + Patch from Deepak Kr Velachha + +2006-05-31 Senganal T + + * DataSetTest2.cs,DataSetReadXmlSchemaTest.cs,DataSetTest.cs: + Cleanup NotWorking testcases + +2006-05-02 Senganal T + + * 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 + + * 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 + + * DataSetTest2.cs : Test if ConstraintName with whitespace is saved + correctly. + +2006-03-25 Senganal T + + * DataTableTest.cs : Fixed NotWorkingTest + +2006-03-23 Senganal T + + * 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 + + * 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 + + * DataSetTest2.cs + - Added testcases for issues in Merge,Copy + * ConstraintCollectionTest2.cs + - Added testcases for issues in Add , IndexOf + +2006-03-19 Boris Kirzner + + * 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 + + * DataRowCollectionTest2.cs : + * DataTableTest2.cs : + - Fixed NotWorking tests. + +2006-03-07 Senganal T + + * DataRowCollectionTest2.cs : + * DataTableTest2.cs : + - Added failing testcases as NotWorking tests. + +2006-03-05 Senganal T + + * DataSetTest2.cs + * ConstraintCollectionTest2.cs + * DataViewTest.cs + * DataRelationTest.cs + Added testcases for BeginInit and EndInit methods + +2006-02-24 Senganal T + + * ConstraintCollectionTest2.cs : added testcase for #77630 + +2006-02-22 Senganal T + + * 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 + + * 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 + + * DataTableTest.cs : Check AllowDBNull is set to false for PrimaryKey cols. + * DataTableTest2.cs : added testcases for bug #77404 + +2006-02-03 Senganal T + + * 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 + + * DataRowTest2.cs : added testcase for bug #77267 + +2006-01-16 Boris Kirzner + * DataColumnCollectionTest2.cs: added test case for index update on + column removal + +2006-01-16 Atsushi Enomoto + + * TypedDataSetGeneratorTest.cs : added test for bug #77248, but we + cannot enable it since it depends on mcs "installed". + +2006-01-10 Senganal T + * DataViewTest2.cs + - Added testcase for bug #77188 + +2006-01-06 Senganal T + * DataColumnTest.cs + * DataColumnCollectionTest.cs + - Added couple of tests for Expression Columns. + +2006-01-03 Senganal T + * DataSetTypedDataSetTest.cs : corrected the path to file : TypedDataSet.xml + to make sure the testcases pass + +2006-01-03 Senganal T + *DataViewTest.cs : added testcases for bug #77104 + +2006-01-02 Boris Kirzner + * 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 + * DataColumnTest.cs : added testcase for #77025 + +2005-12-15 Konstantin Triger + + * DataTableTest.cs: added SelectRowState test. + 2005-12-07 Boris Kirzner * DataTableTest.cs: added ifdef for feature not supported in TARGET_JVM.