2006-06-28 Senganal T <tsenganal@novell.com>
[mono.git] / mcs / class / System.Data / Test / System.Data / ChangeLog
index 25e3d575c62e1da1902d32116f57a26fef689ec5..0bc50f1479523cb994673062a1ce6c551cbea33c 100644 (file)
@@ -1,3 +1,48 @@
+2006-06-28  Senganal T <tsenganal@novell.com>
+
+       * 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 <tsenganal@novell.com>
+
+       * 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 <tsenganal@novell.com>
+
+       * 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 <tsenganal@novell.com>
+
+       * 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 <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