File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
UnitTests/Tests.UnitTests
integrationtests/Tests.Integration.Mvc Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,10 @@ public void ColumnFilter_ShouldReturnUntouchedDataIfNoColumnFilters()
8686 [ TestCase ( "DateTimeOffsetNullable" , null ) ]
8787 [ TestCase ( "BooleanProperty" , "true" ) ]
8888 [ TestCase ( "BooleanNullable" , "false" ) ]
89+ #if USE_CHARTYPE
8990 [ TestCase ( "CharProperty" , null ) ]
9091 [ TestCase ( "CharNullable" , null ) ]
92+ #endif
9193 public void ColumnFilter_ShouldWorkAppropriateWithAllSupportedTypesNoNestedProperties ( string column , string searchValue )
9294 {
9395 var data = DataGenerator . GenerateSimpleData ( 1000 ) ;
Original file line number Diff line number Diff line change 1818 <add key =" webpages:Enabled" value =" false" />
1919 <add key =" ClientValidationEnabled" value =" true" />
2020 <add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
21+
2122 <add key =" jQueryDataTablesJsCdn" value =" https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js" />
23+ <!-- <add key="jQueryDataTablesJsCdn" value="https://cdn.datatables.net/1.10.1/js/jquery.dataTables.min.js" />-->
24+
2225 <add key =" jQueryDataTablesCssCdn" value =" https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css" />
26+ <!-- <add key="jQueryDataTablesCssCdn" value="https://cdn.datatables.net/1.10.1/css/jquery.dataTables.min.css" />-->
2327 <add key =" dataSource" value =" sql" />
2428 </appSettings >
2529 <system .web>
You can’t perform that action at this time.
0 commit comments