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