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.

	* FooWithDefaults.cs: added foreign key columns

	* FooDisplayName.cs, FooDisplayNameEmptyName.cs,
	FooSettableDefaults.cs: added

2009-06-09  Marek Habersack  <mhabersack@novell.com>

	* 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  <mhabersack@novell.com>

	* Utils.cs: added.
	  Moved GetModel here from MetaModelTest.cs
	  Added RegisterContext methods.

	* FooWithDefaultsContainer.cs,
	FooWithDefaultsColumn.cs,FooWithDefaultsTable.cs,
	FooWithDefaults.cs: added

