Fixing the test to expect characters produced by new IHtmlEncoder
Diagnostics packages are now using the new IHtmlEncoder.
This commit is contained in:
parent
1144ba72d5
commit
c483b846e4
|
|
@ -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 " +
|
||||
|
|
|
|||
Loading…
Reference in New Issue