aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/MsiTransactionFixture.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/MsiTransactionFixture.cs')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/MsiTransactionFixture.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiTransactionFixture.cs b/src/test/WixToolsetTest.CoreIntegration/MsiTransactionFixture.cs
index 5a29eb9e..7ec0ea93 100644
--- a/src/test/WixToolsetTest.CoreIntegration/MsiTransactionFixture.cs
+++ b/src/test/WixToolsetTest.CoreIntegration/MsiTransactionFixture.cs
@@ -26,6 +26,7 @@ namespace WixToolsetTest.CoreIntegration
26 var result = WixRunner.Execute(new[] 26 var result = WixRunner.Execute(new[]
27 { 27 {
28 "build", 28 "build",
29 "-sw1151", // this is expected for this test
29 Path.Combine(folder, "MsiTransaction", "X64AfterX86Bundle.wxs"), 30 Path.Combine(folder, "MsiTransaction", "X64AfterX86Bundle.wxs"),
30 Path.Combine(folder, "BundleWithPackageGroupRef", "Bundle.wxs"), 31 Path.Combine(folder, "BundleWithPackageGroupRef", "Bundle.wxs"),
31 "-bindpath", Path.Combine(folder, "SimpleBundle", "data"), 32 "-bindpath", Path.Combine(folder, "SimpleBundle", "data"),
@@ -55,6 +56,7 @@ namespace WixToolsetTest.CoreIntegration
55 var result = WixRunner.Execute(new[] 56 var result = WixRunner.Execute(new[]
56 { 57 {
57 "build", 58 "build",
59 "-sw1151", // this is expected for this test
58 Path.Combine(folder, "MsiTransaction", "X86AfterX64Bundle.wxs"), 60 Path.Combine(folder, "MsiTransaction", "X86AfterX64Bundle.wxs"),
59 Path.Combine(folder, "BundleWithPackageGroupRef", "Bundle.wxs"), 61 Path.Combine(folder, "BundleWithPackageGroupRef", "Bundle.wxs"),
60 "-bindpath", Path.Combine(folder, "SimpleBundle", "data"), 62 "-bindpath", Path.Combine(folder, "SimpleBundle", "data"),