Fix: builtIn defaults are not used when builtIn is not specified

This commit is contained in:
Ajay Bhargav Baaskaran 2016-05-02 14:20:48 -07:00
parent 241175dcc3
commit d6d103262d
4 changed files with 18 additions and 11 deletions

View file

@ -166,6 +166,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Tests
var objDirInfo = new DirectoryInfo(Path.Combine(root, "obj", "Debug", DefaultFramework));
objDirInfo.Should().HaveFile("EndToEndTestApp.resource1.resources");
objDirInfo.Should().HaveFile("myresource.resources");
objDirInfo.Should().HaveFile("EndToEndTestApp.defaultresource.resources");
}
[Fact]