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