Regenerate baselines for precompilation test (#7766)
* Regenerate baselines for precompilation test Fixes https://github.com/aspnet/AspNetCore-Internal/issues/1822
This commit is contained in:
parent
bd4af873b0
commit
b2a84b7b5f
|
|
@ -23,8 +23,7 @@ namespace FunctionalTests
|
|||
if (!string.Equals(expected, normalizedContent, System.StringComparison.Ordinal))
|
||||
{
|
||||
var solutionRoot = ApplicationPaths.SolutionDirectory;
|
||||
var projectName = typeof(TestEmbeddedResource).GetTypeInfo().Assembly.GetName().Name;
|
||||
var fullPath = Path.Combine(solutionRoot, "test", ProjectName, "Resources", resourceFile);
|
||||
var fullPath = Path.Combine(solutionRoot, "ViewCompilation", "test", "FunctionalTests", "Resources", resourceFile);
|
||||
lock (_writeLock)
|
||||
{
|
||||
// Write content to the file, creating it if necessary.
|
||||
|
|
@ -55,4 +54,4 @@ namespace FunctionalTests
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -157,9 +157,9 @@ SimpleApp.PrecompiledViews, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nul
|
|||
</script>
|
||||
<script>(window.jQuery && window.jQuery.fn && window.jQuery.fn.modal||document.write("\u003Cscript src=\u0022\/lib\/bootstrap\/dist\/js\/bootstrap.min.js\u0022\u003E\u003C\/script\u003E"));</script>
|
||||
<script src="/js/site.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
SimpleApp.PrecompiledViews, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue