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