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