From 00e4ccb89b3e2450ad95e298588d80e90b6f8742 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 19 Jun 2020 16:32:54 +1000 Subject: Add more tuples to ignore in GenerateManifestDataFromIRCommand. --- src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/WixToolsetTest.CoreIntegration') diff --git a/src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs b/src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs index 96a9a013..b86e67ff 100644 --- a/src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs @@ -70,6 +70,7 @@ namespace WixToolsetTest.CoreIntegration }); result.AssertSuccess(); + Assert.Empty(result.Messages.Where(m => m.Level == MessageLevel.Warning)); Assert.True(File.Exists(exePath)); Assert.True(File.Exists(pdbPath)); -- cgit v1.2.3-55-g6feb