[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web.DynamicData / Test / Common / ChangeLog
index 3f612ad3710837ced3eb4bf3212d9c0b661fe712..1acc0e7ad47c8719b201b8443b96a115feb1e6ac 100644 (file)
@@ -1,3 +1,50 @@
+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