1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
2009-10-02 Marek Habersack <mhabersack@novell.com>
* DynamicValidatorTest.cs: added.
2009-09-18 Marek Habersack <mhabersack@novell.com>
* DynamicControlTest.cs: FieldTemplate_1 - fixed fake edit
postback for Mono.
2009-09-15 Marek Habersack <mhabersack@novell.com>
* FieldTemplateFactoryTest.cs: implemented tests for
BuildVirtualPath, GetFieldTemplateVirtualPath and PreprocessMode.
2009-09-10 Marek Habersack <mhabersack@novell.com>
* DynamicControlTest.cs: added seveal tests for DataField and UIHint
2009-07-14 Marek Habersack <mhabersack@novell.com>
* FieldTemplateFactoryTest.cs: added
* DynamicControlTest.cs: added TearDown method to clean up after
non-default field template tests.
Added tests for GetAttribute, HtmlEncode, FormattingOptions, Mode,
NullDisplayText, SetAttribute, ValidationGroup.
2009-07-08 Marek Habersack <mhabersack@novell.com>
* DynamicControlTest.cs: added tests for ApplyFormatInEditMode,
Column, ConvertEmptyStringToNull, CssClass, DataField,
DataFormatString, FieldTemplate, Table, UIHint
2009-07-03 Marek Habersack <mhabersack@novell.com>
* DynamicControlTest.cs: added
2009-06-27 Marek Habersack <mhabersack@novell.com>
* DynamicDataExtensionsTest.cs: added test for ConvertEditedValue
* MetaModelTest.cs: added test for DynamicDataFolderVirtualPath
* DynamicDataRouteHandlerTest.cs: implemented tests for
CreateHandler (one of them isn't working atm),
GetCustomVirtualPagePath, GetScaffoldVirtualPagePath,
GetRequestMetaTable, SetRequestMetaTable
2009-06-26 Marek Habersack <mhabersack@novell.com>
* DynamicDataRouteTest.cs: MyDataContext3 is safely registered in
the fixture setup method.
Enabled the GetTableFromRouteData3 and GetRouteData tests - the
work fine now.
Added test for the RouteHandler property.
* DynamicDataRouteHandlerTest.cs: added tests for the constructor
and the Model property.
2009-06-25 Marek Habersack <mhabersack@novell.com>
* MetaTableTest.cs: new GetVirtualPath tests.
* DynamicDataRouteTest.cs: added tests for route.Defaults
modifications on class init.
* DynamicDataRouteHandlerTest.cs: added
2009-06-18 Marek Habersack <mhabersack@novell.com>
* MetaColumnTest.cs: added test for SortExpression
2009-06-17 Marek Habersack <mhabersack@novell.com>
* MetaColumnTest.cs: added another data context.
Added tests for EntityTypeProperty, HtmlEncode, IsBinaryData,
IsCustomProperty, IsFloatingPoint, IsForeignKeyComponent,
IsGenerated, IsInteger, IsLongString, IsPrimaryKey, IsReadOnly,
IsString, MaxLength, Model, Name, NullDisplayText, Provider,
RequiredErrorMessage, Scaffold, Table, TypeCode, UIHint.
2009-06-15 Marek Habersack <mhabersack@novell.com>
* MetaColumnTest.cs: added
2009-06-12 Marek Habersack <mhabersack@novell.com>
* 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 <mhabersack@novell.com>
* 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 <mhabersack@novell.com>
* 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 <mhabersack@novell.com>
* MetaTableTest.cs: added.
2009-06-01 Marek Habersack <mhabersack@novell.com>
* MetaModelTest.cs: disabled GetActionPath test - nothing to test
there.
2009-04-23 Marek Habersack <mhabersack@novell.com>
* ContextConfigurationTest.cs: added
2008-11-10 Raja R Harinath <harinath@hurrynot.org>
* MetaModelTest.cs: Remove 'using System.ComponentModel' to avoid
ambiguities with the CategoryAttribute.
2008-10-21 Atsushi Enomoto <atsushi@ximian.com>
* DynamicDataRouteTest.cs, MetaModelTest.cs : added NotWorking mark.
2008-10-17 Atsushi Enomoto <atsushi@ximian.com>
* 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 <atsushi@ximian.com>
* MetaModelTest.cs : initial checkin.
|