| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- 2010-01-22 Marek Habersack <[email protected]>
- * AssertExtensions.cs: added AreEqual method for comparing byte
- arrays.
- 2009-09-18 Marek Habersack <[email protected]>
- * TestsBasePage.cs: added an event ItemDataBinding, invoked
- whenever an item is data bound.
- 2009-07-14 Marek Habersack <[email protected]>
- * AssertExtensions.cs: include full exception trace in the Fail
- message
- 2009-07-08 Marek Habersack <[email protected]>
- * TestsSetup.cs: added the BuildPath helper method which converts
- unix-style filesystem paths to the os-specific format.
- 2009-07-03 Marek Habersack <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * TestDataContext.cs: added new tables
- * BazColumnAttributes.cs, BazDataTypeDefaultTypes.cs,
- FooWithMetadataType.cs: added
- 2009-06-12 Marek Habersack <[email protected]>
- * 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 <[email protected]>
- * TestDataColumn.cs: added detection of foreign key columns.
- * FooWithDefaults.cs: added foreign key columns
- * FooDisplayName.cs, FooDisplayNameEmptyName.cs,
- FooSettableDefaults.cs: added
- 2009-06-09 Marek Habersack <[email protected]>
- * Baz.cs, BazNoStrings.cs, BazNoStringsNoPrimary.cs,
- FooDisplayColumnAttribute.cs, FooEmpty.cs,
- FooEmptyDisplayColumnAttribute.cs,
- FooInvalidDisplayColumnAttribute.cs, FooWithToString.cs,
- TestDataColumn.cs, TestDataContainer.cs, TestDataTable.cs: added
- * Utils.cs: added two BuildActionName methods to make building
- action paths for testing more compact.
- * FooNoPrimaryColumns.cs, FooNoDefaultsWithPrimaryKey.cs: added
- 2009-06-08 Marek Habersack <[email protected]>
- * Utils.cs: added.
- Moved GetModel here from MetaModelTest.cs
- Added RegisterContext methods.
- * FooWithDefaultsContainer.cs,
- FooWithDefaultsColumn.cs,FooWithDefaultsTable.cs,
- FooWithDefaults.cs: added
|