2009-06-12 Marek Habersack * MetaTableTest.cs: tests use single data model provider now. Implemented tests for IsReadOnly, ListActionPath, Model, Name, Provider, Scaffold, SortColumn, SortDescending, ToString. Fixed ForeignKeyColumnNames test. 2009-06-10 Marek Habersack * MetaTableTest.cs: added more table contexts. Added tests for: Attributes, Columns, DataContextPropertyName, DataContextType, DisplayName, EntityType, ForeignKeyColumnNames (doesn't work on .NET), GetPrimaryKeyString, GetQuery, HasPrimaryKey, 2009-06-09 Marek Habersack * MetaTableTest.cs: added two more tables for various kinds of tests (in fixture setup). More tests for GetActionPath. Tests for GetPrimaryKeyValues, DisplayColumn, Attributes, GetDisplayString, GetColumn, TryGetColumn 2009-06-08 Marek Habersack * MetaTableTest.cs: added. 2009-06-01 Marek Habersack * MetaModelTest.cs: disabled GetActionPath test - nothing to test there. 2009-04-23 Marek Habersack * ContextConfigurationTest.cs: added 2008-11-10 Raja R Harinath * MetaModelTest.cs: Remove 'using System.ComponentModel' to avoid ambiguities with the CategoryAttribute. 2008-10-21 Atsushi Enomoto * DynamicDataRouteTest.cs, MetaModelTest.cs : added NotWorking mark. 2008-10-17 Atsushi Enomoto * DynamicDataRouteTest.cs, TestStubTypes.cs: new tests. * MetaModelTest.cs : fixed test namespace and type aliases. Now that this test does not always run first, remove run-order- dependent assertions. Added some more assertions. 2008-10-16 Atsushi Enomoto * MetaModelTest.cs : initial checkin.