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