aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-01-02 19:00:16 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-01-03 15:49:32 -0600
commitb673734cce44dd28c1d4d1810da3069324466166 (patch)
treeada7f6d994a1dbcf09e8b30b95f7b2c403a0a7f6 /src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
parent643a5c5db1da6fb68fdc353bbbdbecaa1964425e (diff)
downloadwix-b673734cce44dd28c1d4d1810da3069324466166.tar.gz
wix-b673734cce44dd28c1d4d1810da3069324466166.tar.bz2
wix-b673734cce44dd28c1d4d1810da3069324466166.zip
Implement command line for SuppressAllWarnings and WarningsAsError.
Make WixRunner.Execute default to setting WarningsAsError to make sure tests are not accidentally causing warnings.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs1
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"),