merge -r 53557:53558
[mono.git] / mcs / class / System.Data / Test / System.Data / ChangeLog
index 50af590b95aa998dbdb843cef99c1ad9d8d0d5e1..e265bba3db6a84f3ae749a1d7d02cd7401c43e25 100644 (file)
@@ -1,3 +1,35 @@
+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.