diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-10 09:07:42 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-10 14:03:30 +1000 |
| commit | a75639ceaffcf5f56fa33094037bca86331d9ac0 (patch) | |
| tree | d34b808eeae67744d6f3065c4eba6ec5c5780644 /src/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs | |
| parent | a74cbd658fb7bf904275ed5f27a7b15bedc18435 (diff) | |
| download | wix-a75639ceaffcf5f56fa33094037bca86331d9ac0.tar.gz wix-a75639ceaffcf5f56fa33094037bca86331d9ac0.tar.bz2 wix-a75639ceaffcf5f56fa33094037bca86331d9ac0.zip | |
Use WixToolset.Burn package to get rid of -burnStubPath.
Stop using x86 stub for x64.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs b/src/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs index 44a0e283..f63d1144 100644 --- a/src/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/WixlibFixture.cs | |||
| @@ -17,7 +17,6 @@ namespace WixToolsetTest.CoreIntegration | |||
| 17 | [Fact] | 17 | [Fact] |
| 18 | public void CanBuildSimpleBundleUsingWixlib() | 18 | public void CanBuildSimpleBundleUsingWixlib() |
| 19 | { | 19 | { |
| 20 | var burnStubPath = TestData.Get(@"TestData\.Data\burn.exe"); | ||
| 21 | var folder = TestData.Get(@"TestData\SimpleBundle"); | 20 | var folder = TestData.Get(@"TestData\SimpleBundle"); |
| 22 | 21 | ||
| 23 | using (var fs = new DisposableFileSystem()) | 22 | using (var fs = new DisposableFileSystem()) |
| @@ -43,7 +42,6 @@ namespace WixToolsetTest.CoreIntegration | |||
| 43 | "-lib", Path.Combine(intermediateFolder, @"test.wixlib"), | 42 | "-lib", Path.Combine(intermediateFolder, @"test.wixlib"), |
| 44 | "-bindpath", Path.Combine(folder, "data"), | 43 | "-bindpath", Path.Combine(folder, "data"), |
| 45 | "-intermediateFolder", intermediateFolder, | 44 | "-intermediateFolder", intermediateFolder, |
| 46 | "-burnStub", burnStubPath, | ||
| 47 | "-o", Path.Combine(baseFolder, @"bin\test.exe") | 45 | "-o", Path.Combine(baseFolder, @"bin\test.exe") |
| 48 | }); | 46 | }); |
| 49 | 47 | ||
