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:
Pranav K 2019-02-20 15:21:45 -08:00 committed by GitHub
parent bd4af873b0
commit b2a84b7b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -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
}
}
}
}
}

View File

@ -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>