[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web.DynamicData / Test / Common / ChangeLog
index 230114785d39056f60b0584856718a1f5c99ac1d..1acc0e7ad47c8719b201b8443b96a115feb1e6ac 100644 (file)
@@ -1,3 +1,66 @@
+2010-01-22  Marek Habersack  <mhabersack@novell.com>
+
+       * AssertExtensions.cs: added AreEqual method for comparing byte
+       arrays.
+
+2009-09-18  Marek Habersack  <mhabersack@novell.com>
+
+       * TestsBasePage.cs: added an event ItemDataBinding, invoked
+       whenever an item is data bound.
+
+2009-07-14  Marek Habersack  <mhabersack@novell.com>
+
+       * AssertExtensions.cs: include full exception trace in the Fail
+       message
+
+2009-07-08  Marek Habersack  <mhabersack@novell.com>
+
+       * TestsSetup.cs: added the BuildPath helper method which converts
+       unix-style filesystem paths to the os-specific format.
+
+2009-07-03  Marek Habersack  <mhabersack@novell.com>
+
+       * TestsSetup.cs: custom WebTest setup for DynamicData
+
+       * TestsBasePage.cs: a base class for all the web pages used by the
+       tests.
+
+       * MiscExtensions.cs: added some helper extensions for fishing out
+       controls from control trees.
+
+       * ITestDataContext.cs: GetTableData gets full set of query
+       arguments.
+
+2009-06-18  Marek Habersack  <mhabersack@novell.com>
+
+       * TestDataColumn.cs: mark the column as sortable based on value of
+       the DynamicDataSortable attribute.
+
+       * Baz.cs: added a sortable column.
+
+2009-06-15  Marek Habersack  <mhabersack@novell.com>
+
+       * TestDataContext.cs: added new tables
+
+       * BazColumnAttributes.cs, BazDataTypeDefaultTypes.cs,
+       FooWithMetadataType.cs: added
+
+2009-06-12  Marek Habersack  <mhabersack@novell.com>
+
+       * TestDataContainer.cs: GetTables uses an object of the associated
+       data type to create table collection.
+
+       * TestDataColumn.cs: foreign key columns are determined using a
+       custom attribute instead of a name now. This makes it possible to
+       specify which table.column they are associated with.
+
+       * FooDisplayColumnAttribute.cs: changed sortDescending to true in
+       class attributes.
+
+       * AssociatedBar.cs, AssociatedFoo.cs, FooEmptySortColumn.cs,
+       FooMisnamedSortColumn.cs, FooNoScaffold.cs, FooReadOnly.cs,
+       ITestDataContext.cs, TestDataContext.cs: added
+
 2009-06-10  Marek Habersack  <mhabersack@novell.com>
 
        * TestDataColumn.cs: added detection of foreign key columns.