diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-19 16:32:54 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-19 16:36:42 +1000 |
commit | 00e4ccb89b3e2450ad95e298588d80e90b6f8742 (patch) | |
tree | 13b1b716993c909e7cc12234801013404d814bb7 /src/test | |
parent | abff61df823505abc01776cec7b207501c671bf2 (diff) | |
download | wix-00e4ccb89b3e2450ad95e298588d80e90b6f8742.tar.gz wix-00e4ccb89b3e2450ad95e298588d80e90b6f8742.tar.bz2 wix-00e4ccb89b3e2450ad95e298588d80e90b6f8742.zip |
Add more tuples to ignore in GenerateManifestDataFromIRCommand.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
70 | }); | 70 | }); |
71 | 71 | ||
72 | result.AssertSuccess(); | 72 | result.AssertSuccess(); |
73 | Assert.Empty(result.Messages.Where(m => m.Level == MessageLevel.Warning)); | ||
73 | 74 | ||
74 | Assert.True(File.Exists(exePath)); | 75 | Assert.True(File.Exists(exePath)); |
75 | Assert.True(File.Exists(pdbPath)); | 76 | Assert.True(File.Exists(pdbPath)); |