diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs index 11b1703c..b71b62cb 100644 --- a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | |||
| @@ -357,6 +357,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 357 | var result = WixRunner.Execute(new[] | 357 | var result = WixRunner.Execute(new[] |
| 358 | { | 358 | { |
| 359 | "build", | 359 | "build", |
| 360 | "-sw1031", // this is expected for this test | ||
| 360 | Path.Combine(folder, "DefaultDir", "DefaultDir.wxs"), | 361 | Path.Combine(folder, "DefaultDir", "DefaultDir.wxs"), |
| 361 | Path.Combine(folder, "ProductWithComponentGroupRef", "Product.wxs"), | 362 | Path.Combine(folder, "ProductWithComponentGroupRef", "Product.wxs"), |
| 362 | "-bindpath", Path.Combine(folder, "SingleFile", "data"), | 363 | "-bindpath", Path.Combine(folder, "SingleFile", "data"), |
