From 46cd4ac1f00316fe5b5badf385aef0d4c2c8fa60 Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 19 Nov 2015 15:32:15 -0800 Subject: [PATCH] Reacting to ApplicationServices removal from HttpContext --- .../RemoteAttributeTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/RemoteAttributeTest.cs b/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/RemoteAttributeTest.cs index 401954e384..e750b02148 100644 --- a/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/RemoteAttributeTest.cs +++ b/test/Microsoft.AspNet.Mvc.ViewFeatures.Test/RemoteAttributeTest.cs @@ -548,7 +548,6 @@ namespace Microsoft.AspNet.Mvc // through the HttpContext. var httpContext = new DefaultHttpContext { - ApplicationServices = serviceProvider, RequestServices = serviceProvider, };