New error message.
[mono.git] / mcs / class / System.Web.DynamicData / Test / System.Web.DynamicData / ChangeLog
1 2009-06-10  Marek Habersack  <mhabersack@novell.com>
2
3         * MetaTableTest.cs: added more table contexts.
4         Added tests for: Attributes, Columns, DataContextPropertyName,
5         DataContextType, DisplayName, EntityType, ForeignKeyColumnNames
6         (doesn't work on .NET), GetPrimaryKeyString, GetQuery,
7         HasPrimaryKey, 
8
9 2009-06-09  Marek Habersack  <mhabersack@novell.com>
10
11         * MetaTableTest.cs: added two more tables for various kinds of
12         tests (in fixture setup).
13         More tests for GetActionPath.
14         Tests for GetPrimaryKeyValues, DisplayColumn, Attributes,
15         GetDisplayString, GetColumn, TryGetColumn
16         
17
18 2009-06-08  Marek Habersack  <mhabersack@novell.com>
19
20         * MetaTableTest.cs: added.
21
22 2009-06-01  Marek Habersack  <mhabersack@novell.com>
23
24         * MetaModelTest.cs: disabled GetActionPath test - nothing to test
25         there.
26
27 2009-04-23  Marek Habersack  <mhabersack@novell.com>
28
29         * ContextConfigurationTest.cs: added
30
31 2008-11-10  Raja R Harinath  <harinath@hurrynot.org>
32
33         * MetaModelTest.cs: Remove 'using System.ComponentModel' to avoid
34         ambiguities with the CategoryAttribute.
35
36 2008-10-21  Atsushi Enomoto  <atsushi@ximian.com>
37
38         * DynamicDataRouteTest.cs, MetaModelTest.cs : added NotWorking mark.
39
40 2008-10-17  Atsushi Enomoto  <atsushi@ximian.com>
41
42         * DynamicDataRouteTest.cs, TestStubTypes.cs: new tests.
43         * MetaModelTest.cs : fixed test namespace and type aliases.
44           Now that this test does not always run first, remove run-order-
45           dependent assertions. Added some more assertions.
46
47 2008-10-16  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * MetaModelTest.cs : initial checkin.