diff options
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 | ||
