ChangeLog 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. 2010-01-22 Marek Habersack <[email protected]>
  2. * AssertExtensions.cs: added AreEqual method for comparing byte
  3. arrays.
  4. 2009-09-18 Marek Habersack <[email protected]>
  5. * TestsBasePage.cs: added an event ItemDataBinding, invoked
  6. whenever an item is data bound.
  7. 2009-07-14 Marek Habersack <[email protected]>
  8. * AssertExtensions.cs: include full exception trace in the Fail
  9. message
  10. 2009-07-08 Marek Habersack <[email protected]>
  11. * TestsSetup.cs: added the BuildPath helper method which converts
  12. unix-style filesystem paths to the os-specific format.
  13. 2009-07-03 Marek Habersack <[email protected]>
  14. * TestsSetup.cs: custom WebTest setup for DynamicData
  15. * TestsBasePage.cs: a base class for all the web pages used by the
  16. tests.
  17. * MiscExtensions.cs: added some helper extensions for fishing out
  18. controls from control trees.
  19. * ITestDataContext.cs: GetTableData gets full set of query
  20. arguments.
  21. 2009-06-18 Marek Habersack <[email protected]>
  22. * TestDataColumn.cs: mark the column as sortable based on value of
  23. the DynamicDataSortable attribute.
  24. * Baz.cs: added a sortable column.
  25. 2009-06-15 Marek Habersack <[email protected]>
  26. * TestDataContext.cs: added new tables
  27. * BazColumnAttributes.cs, BazDataTypeDefaultTypes.cs,
  28. FooWithMetadataType.cs: added
  29. 2009-06-12 Marek Habersack <[email protected]>
  30. * TestDataContainer.cs: GetTables uses an object of the associated
  31. data type to create table collection.
  32. * TestDataColumn.cs: foreign key columns are determined using a
  33. custom attribute instead of a name now. This makes it possible to
  34. specify which table.column they are associated with.
  35. * FooDisplayColumnAttribute.cs: changed sortDescending to true in
  36. class attributes.
  37. * AssociatedBar.cs, AssociatedFoo.cs, FooEmptySortColumn.cs,
  38. FooMisnamedSortColumn.cs, FooNoScaffold.cs, FooReadOnly.cs,
  39. ITestDataContext.cs, TestDataContext.cs: added
  40. 2009-06-10 Marek Habersack <[email protected]>
  41. * TestDataColumn.cs: added detection of foreign key columns.
  42. * FooWithDefaults.cs: added foreign key columns
  43. * FooDisplayName.cs, FooDisplayNameEmptyName.cs,
  44. FooSettableDefaults.cs: added
  45. 2009-06-09 Marek Habersack <[email protected]>
  46. * Baz.cs, BazNoStrings.cs, BazNoStringsNoPrimary.cs,
  47. FooDisplayColumnAttribute.cs, FooEmpty.cs,
  48. FooEmptyDisplayColumnAttribute.cs,
  49. FooInvalidDisplayColumnAttribute.cs, FooWithToString.cs,
  50. TestDataColumn.cs, TestDataContainer.cs, TestDataTable.cs: added
  51. * Utils.cs: added two BuildActionName methods to make building
  52. action paths for testing more compact.
  53. * FooNoPrimaryColumns.cs, FooNoDefaultsWithPrimaryKey.cs: added
  54. 2009-06-08 Marek Habersack <[email protected]>
  55. * Utils.cs: added.
  56. Moved GetModel here from MetaModelTest.cs
  57. Added RegisterContext methods.
  58. * FooWithDefaultsContainer.cs,
  59. FooWithDefaultsColumn.cs,FooWithDefaultsTable.cs,
  60. FooWithDefaults.cs: added