diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration')
| -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)); |
