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