aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs b/src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs
index 0e127e6e..58f61ab8 100644
--- a/src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs
+++ b/src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs
@@ -101,7 +101,7 @@ namespace WixToolsetTest.CoreIntegration
101 } 101 }
102 } 102 }
103 103
104 [Fact(Skip = "Test demonstrates failure")] 104 [Fact]
105 public void CanBuildSimpleBundleUsingExtensionBA() 105 public void CanBuildSimpleBundleUsingExtensionBA()
106 { 106 {
107 var burnStubPath = TestData.Get(@"TestData\.Data\burn.exe"); 107 var burnStubPath = TestData.Get(@"TestData\.Data\burn.exe");
@@ -113,14 +113,6 @@ namespace WixToolsetTest.CoreIntegration
113 var baseFolder = fs.GetFolder(); 113 var baseFolder = fs.GetFolder();
114 var intermediateFolder = Path.Combine(baseFolder, "obj"); 114 var intermediateFolder = Path.Combine(baseFolder, "obj");
115 115
116 var libResult = WixRunner.Execute(new[]
117 {
118 "build",
119 Path.Combine(@"C:\src\mynewwix4\Core\src\test\Example.Extension\Data", "example.wxs"),
120 "-intermediateFolder", intermediateFolder,
121 "-o", Path.Combine(intermediateFolder, @"test.wixlib")
122 });
123
124 var result = WixRunner.Execute(new[] 116 var result = WixRunner.Execute(new[]
125 { 117 {
126 "build", 118 "build",