aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs b/src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs
index 740d58c7..e26e197f 100644
--- a/src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs
+++ b/src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs
@@ -162,6 +162,7 @@ namespace WixToolsetTest.CoreIntegration
162 var result = WixRunner.Execute(new[] 162 var result = WixRunner.Execute(new[]
163 { 163 {
164 "build", 164 "build",
165 "-sw1079", // TODO: why does this test need to create a second cab which is empty?
165 Path.Combine(folder, "Package.wxs"), 166 Path.Combine(folder, "Package.wxs"),
166 Path.Combine(folder, "PackageComponents.wxs"), 167 Path.Combine(folder, "PackageComponents.wxs"),
167 "-loc", Path.Combine(folder, "Package.en-us.wxl"), 168 "-loc", Path.Combine(folder, "Package.en-us.wxl"),