Fixing the test to expect characters produced by new IHtmlEncoder

Diagnostics packages are now using the new IHtmlEncoder.
This commit is contained in:
Praburaj 2015-03-06 14:35:47 -08:00
parent 1144ba72d5
commit c483b846e4
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
[Theory]
[InlineData("CompilationFailure", "/Views/ErrorPageMiddleware/CompilationFailure.cshtml(2,16): error CS0029:" +
" Cannot implicitly convert type 'int' to 'string'")]
" Cannot implicitly convert type 'int' to 'string'")]
[InlineData("ParserError", "The code block is missing a closing "}" character. Make sure you " +
"have a matching "}" character for all the "{" characters " +
"within this block, and that none of the "}" characters are being " +