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