diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-03-27 18:05:18 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-03-27 18:10:17 -0400 |
| commit | 192c5aa59b5d8e5e9df9095982317c224f3d4f04 (patch) | |
| tree | 4a62d949b34c018ec66104cf3c82f57e10b8421f /src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs | |
| parent | 1adfdda935b814541693cd550bb34fdbf2942b1f (diff) | |
| download | wix-192c5aa59b5d8e5e9df9095982317c224f3d4f04.tar.gz wix-192c5aa59b5d8e5e9df9095982317c224f3d4f04.tar.bz2 wix-192c5aa59b5d8e5e9df9095982317c224f3d4f04.zip | |
Fix bundle-build extension library extraction.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs | 10 |
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", |
