diff --git a/.gitignore b/.gitignore index 78f7cacc25..06cfaa0cbe 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ PublishProfiles/ .vs/ bower_components/ node_modules/ -**/wwwroot/lib/ debugSettings.json project.lock.json *.user diff --git a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/RemoteAttributeValidationTest.cs b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/RemoteAttributeValidationTest.cs index f62bb9fc5c..0cc85d70d2 100644 --- a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/RemoteAttributeValidationTest.cs +++ b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/RemoteAttributeValidationTest.cs @@ -54,7 +54,7 @@ namespace Microsoft.AspNetCore.Mvc.FunctionalTests } [Theory] - [InlineData("", "\"/RemoteAttribute_Verify/IsIdAvailable rejects Joe1.\"")] + [InlineData("", "\"/RemoteAttribute_Verify/IsIdAvailable rejects UserId1: 'Joe1'.\"")] [InlineData("/Area1", "false")] [InlineData("/Area2", "\"/Area2/RemoteAttribute_Verify/IsIdAvailable rejects 'Joe4' with 'Joe1', 'Joe2', and 'Joe3'.\"")] @@ -78,7 +78,7 @@ namespace Microsoft.AspNetCore.Mvc.FunctionalTests } [Theory] - [InlineData("", "\"/RemoteAttribute_Verify/IsIdAvailable rejects Jane1.\"")] + [InlineData("", "\"/RemoteAttribute_Verify/IsIdAvailable rejects UserId1: 'Jane1'.\"")] [InlineData("/Area1", "false")] public async Task RemoteAttribute_VerificationAction_PostReturnsExpectedJson( string pathSegment, diff --git a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Area1.RemoteAttribute_Home.Create.html b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Area1.RemoteAttribute_Home.Create.html index a00fd67818..1759bc1d2a 100644 --- a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Area1.RemoteAttribute_Home.Create.html +++ b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/compiler/resources/BasicWebSite.Area1.RemoteAttribute_Home.Create.html @@ -1,4 +1,4 @@ - +
@@ -40,7 +40,7 @@diff --git a/test/WebSites/BasicWebSite/Areas/Area1/Views/RemoteAttribute_Home/_Layout.cshtml b/test/WebSites/BasicWebSite/Areas/Area1/Views/RemoteAttribute_Home/_Layout.cshtml index ebd9c640d5..3da0702694 100644 --- a/test/WebSites/BasicWebSite/Areas/Area1/Views/RemoteAttribute_Home/_Layout.cshtml +++ b/test/WebSites/BasicWebSite/Areas/Area1/Views/RemoteAttribute_Home/_Layout.cshtml @@ -25,7 +25,7 @@ @RenderBody() - + @RenderSection("scripts", required: false)