Skip to content

Commit d64b42e

Browse files
committed
integration tests mvc fixed
1 parent a214f0c commit d64b42e

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

src/Tests/integrationtests/Tests.Integration.Mvc/Views/Home/AllTypesData.cshtml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
486486
return date.toUTCString();
487487
},
488-
"targets": 21
488+
"targets": 23
489489
},
490490
491491
{
@@ -500,7 +500,7 @@
500500
501501
return date.toUTCString();
502502
},
503-
"targets": 22
503+
"targets": 24
504504
},
505505
506506
{
@@ -515,7 +515,7 @@
515515
516516
return date.toUTCString();
517517
},
518-
"targets": 23
518+
"targets": 25
519519
},
520520
521521
{
@@ -530,7 +530,7 @@
530530
531531
return date.toUTCString();
532532
},
533-
"targets": 24
533+
"targets": 26
534534
},
535535
536536
{
@@ -547,7 +547,7 @@
547547
548548
return date.toUTCString();
549549
},
550-
"targets": 50
550+
"targets": 54
551551
},
552552
553553
{
@@ -564,7 +564,7 @@
564564
565565
return date.toUTCString();
566566
},
567-
"targets": 51
567+
"targets": 55
568568
},
569569
570570
{
@@ -581,7 +581,7 @@
581581
582582
return date.toUTCString();
583583
},
584-
"targets": 52
584+
"targets": 56
585585
},
586586
587587
{
@@ -598,7 +598,7 @@
598598
599599
return date.toUTCString();
600600
},
601-
"targets": 53
601+
"targets": 57
602602
},
603603
]
604604
});

src/jQueryDT.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Global
5454
EndGlobalSection
5555
GlobalSection(ProjectConfigurationPlatforms) = postSolution
5656
{C82E4675-88AB-4B78-8475-F1521BDAE330}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
57+
{C82E4675-88AB-4B78-8475-F1521BDAE330}.Debug|Any CPU.Build.0 = Debug|Any CPU
5758
{C82E4675-88AB-4B78-8475-F1521BDAE330}.Release|Any CPU.ActiveCfg = Release|Any CPU
5859
{C82E4675-88AB-4B78-8475-F1521BDAE330}.Release|Any CPU.Build.0 = Release|Any CPU
5960
{C82E4675-88AB-4B78-8475-F1521BDAE330}.TEST_SQL|Any CPU.ActiveCfg = TEST_SQL|Any CPU
@@ -95,11 +96,13 @@ Global
9596
{647240F0-6F49-426C-A49F-BE7BA6DDBD81}.TEST_SQL|Any CPU.ActiveCfg = TEST_SQL|Any CPU
9697
{647240F0-6F49-426C-A49F-BE7BA6DDBD81}.TEST_SQL|Any CPU.Build.0 = TEST_SQL|Any CPU
9798
{D845AB6D-1887-4597-9256-148AD0A11459}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
99+
{D845AB6D-1887-4597-9256-148AD0A11459}.Debug|Any CPU.Build.0 = Debug|Any CPU
98100
{D845AB6D-1887-4597-9256-148AD0A11459}.Release|Any CPU.ActiveCfg = Release|Any CPU
99101
{D845AB6D-1887-4597-9256-148AD0A11459}.Release|Any CPU.Build.0 = Release|Any CPU
100102
{D845AB6D-1887-4597-9256-148AD0A11459}.TEST_SQL|Any CPU.ActiveCfg = TEST_SQL|Any CPU
101103
{D845AB6D-1887-4597-9256-148AD0A11459}.TEST_SQL|Any CPU.Build.0 = TEST_SQL|Any CPU
102104
{A57F2EDC-8DC9-4A9A-BD3D-5CA31EE56910}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
105+
{A57F2EDC-8DC9-4A9A-BD3D-5CA31EE56910}.Debug|Any CPU.Build.0 = Debug|Any CPU
103106
{A57F2EDC-8DC9-4A9A-BD3D-5CA31EE56910}.Release|Any CPU.ActiveCfg = Release|Any CPU
104107
{A57F2EDC-8DC9-4A9A-BD3D-5CA31EE56910}.Release|Any CPU.Build.0 = Release|Any CPU
105108
{A57F2EDC-8DC9-4A9A-BD3D-5CA31EE56910}.TEST_SQL|Any CPU.ActiveCfg = TEST_SQL|Any CPU

0 commit comments

Comments
 (0)