From 444ea25b44ffe6f8c53922b15d18ae9a0e55e330 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Fri, 20 Mar 2015 19:27:26 -0700 Subject: [PATCH] Fix build break in razor tests This message changed because we got a fix in CoreCLR for a bug in the host that was impacting Type.GetType and breaking data contract serializer. --- .../TagHelpers/TagHelperTypeResolverTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.AspNet.Razor.Runtime.Test/TagHelpers/TagHelperTypeResolverTest.cs b/test/Microsoft.AspNet.Razor.Runtime.Test/TagHelpers/TagHelperTypeResolverTest.cs index 0d624bbe05..1f746bf00a 100644 --- a/test/Microsoft.AspNet.Razor.Runtime.Test/TagHelpers/TagHelperTypeResolverTest.cs +++ b/test/Microsoft.AspNet.Razor.Runtime.Test/TagHelpers/TagHelperTypeResolverTest.cs @@ -46,8 +46,8 @@ namespace Microsoft.AspNet.Razor.Runtime.TagHelpers #if DNX451 "abcd' or one of its dependencies. The system cannot find the file specified."; #else - "abcd, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Could not find or load a " + - "specific file. (Exception from HRESULT: 0x80131621)"; + "abcd, Culture=neutral, PublicKeyToken=null' or one of its dependencies. " + + "The system cannot find the file specified."; #endif // Act