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