40ade669d794a123574f96eb52cb5a9c2738ceba
[mono.git] / mcs / class / System.Web.DynamicData / Test / System.Web.DynamicData / ChangeLog
1 2009-10-02  Marek Habersack  <mhabersack@novell.com>
2
3         * DynamicValidatorTest.cs: added.
4
5 2009-09-18  Marek Habersack  <mhabersack@novell.com>
6
7         * DynamicControlTest.cs: FieldTemplate_1 - fixed fake edit
8         postback for Mono.
9
10 2009-09-15  Marek Habersack  <mhabersack@novell.com>
11
12         * FieldTemplateFactoryTest.cs: implemented tests for
13         BuildVirtualPath, GetFieldTemplateVirtualPath and PreprocessMode.
14
15 2009-09-10  Marek Habersack  <mhabersack@novell.com>
16
17         * DynamicControlTest.cs: added seveal tests for DataField and UIHint
18
19 2009-07-14  Marek Habersack  <mhabersack@novell.com>
20
21         * FieldTemplateFactoryTest.cs: added
22
23         * DynamicControlTest.cs: added TearDown method to clean up after
24         non-default field template tests.
25         Added tests for GetAttribute, HtmlEncode, FormattingOptions, Mode,
26         NullDisplayText, SetAttribute, ValidationGroup.
27
28 2009-07-08  Marek Habersack  <mhabersack@novell.com>
29
30         * DynamicControlTest.cs: added tests for ApplyFormatInEditMode,
31         Column, ConvertEmptyStringToNull, CssClass, DataField,
32         DataFormatString, FieldTemplate, Table, UIHint
33
34 2009-07-03  Marek Habersack  <mhabersack@novell.com>
35
36         * DynamicControlTest.cs: added
37
38 2009-06-27  Marek Habersack  <mhabersack@novell.com>
39
40         * DynamicDataExtensionsTest.cs: added test for ConvertEditedValue
41
42         * MetaModelTest.cs: added test for DynamicDataFolderVirtualPath
43
44         * DynamicDataRouteHandlerTest.cs: implemented tests for
45         CreateHandler (one of them isn't working atm),
46         GetCustomVirtualPagePath, GetScaffoldVirtualPagePath,
47         GetRequestMetaTable, SetRequestMetaTable
48
49 2009-06-26  Marek Habersack  <mhabersack@novell.com>
50
51         * DynamicDataRouteTest.cs: MyDataContext3 is safely registered in
52         the fixture setup method.
53         Enabled the GetTableFromRouteData3 and GetRouteData tests - the
54         work fine now.
55         Added test for the RouteHandler property.
56
57         * DynamicDataRouteHandlerTest.cs: added tests for the constructor
58         and the Model property.
59
60 2009-06-25  Marek Habersack  <mhabersack@novell.com>
61
62         * MetaTableTest.cs: new GetVirtualPath tests.
63
64         * DynamicDataRouteTest.cs: added tests for route.Defaults
65         modifications on class init.
66
67         * DynamicDataRouteHandlerTest.cs: added
68
69 2009-06-18  Marek Habersack  <mhabersack@novell.com>
70
71         * MetaColumnTest.cs: added test for SortExpression
72
73 2009-06-17  Marek Habersack  <mhabersack@novell.com>
74
75         * MetaColumnTest.cs: added another data context.
76         Added tests for EntityTypeProperty, HtmlEncode, IsBinaryData,
77         IsCustomProperty, IsFloatingPoint, IsForeignKeyComponent,
78         IsGenerated, IsInteger, IsLongString, IsPrimaryKey, IsReadOnly,
79         IsString, MaxLength, Model, Name, NullDisplayText, Provider,
80         RequiredErrorMessage, Scaffold, Table, TypeCode, UIHint.
81
82 2009-06-15  Marek Habersack  <mhabersack@novell.com>
83
84         * MetaColumnTest.cs: added
85
86 2009-06-12  Marek Habersack  <mhabersack@novell.com>
87
88         * MetaTableTest.cs: tests use single data model provider now.
89         Implemented tests for IsReadOnly, ListActionPath, Model, Name,
90         Provider, Scaffold, SortColumn, SortDescending, ToString.
91         Fixed ForeignKeyColumnNames test.
92
93 2009-06-10  Marek Habersack  <mhabersack@novell.com>
94
95         * MetaTableTest.cs: added more table contexts.
96         Added tests for: Attributes, Columns, DataContextPropertyName,
97         DataContextType, DisplayName, EntityType, ForeignKeyColumnNames
98         (doesn't work on .NET), GetPrimaryKeyString, GetQuery,
99         HasPrimaryKey, 
100
101 2009-06-09  Marek Habersack  <mhabersack@novell.com>
102
103         * MetaTableTest.cs: added two more tables for various kinds of
104         tests (in fixture setup).
105         More tests for GetActionPath.
106         Tests for GetPrimaryKeyValues, DisplayColumn, Attributes,
107         GetDisplayString, GetColumn, TryGetColumn
108         
109
110 2009-06-08  Marek Habersack  <mhabersack@novell.com>
111
112         * MetaTableTest.cs: added.
113
114 2009-06-01  Marek Habersack  <mhabersack@novell.com>
115
116         * MetaModelTest.cs: disabled GetActionPath test - nothing to test
117         there.
118
119 2009-04-23  Marek Habersack  <mhabersack@novell.com>
120
121         * ContextConfigurationTest.cs: added
122
123 2008-11-10  Raja R Harinath  <harinath@hurrynot.org>
124
125         * MetaModelTest.cs: Remove 'using System.ComponentModel' to avoid
126         ambiguities with the CategoryAttribute.
127
128 2008-10-21  Atsushi Enomoto  <atsushi@ximian.com>
129
130         * DynamicDataRouteTest.cs, MetaModelTest.cs : added NotWorking mark.
131
132 2008-10-17  Atsushi Enomoto  <atsushi@ximian.com>
133
134         * DynamicDataRouteTest.cs, TestStubTypes.cs: new tests.
135         * MetaModelTest.cs : fixed test namespace and type aliases.
136           Now that this test does not always run first, remove run-order-
137           dependent assertions. Added some more assertions.
138
139 2008-10-16  Atsushi Enomoto  <atsushi@ximian.com>
140
141         * MetaModelTest.cs : initial checkin.