diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-10-25 01:41:25 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-10-25 01:41:25 -0700 |
| commit | 98bdcfac8bd4f699bc6865abd283f710943e77bc (patch) | |
| tree | 1823623e090e5b79d369699e0481ea4dd92b3568 /src/test/WixToolsetTest.CoreIntegration/WixiplFixture.cs | |
| parent | 9c714a8f1baa6e0130e5cd00cbdca649cebaf6a5 (diff) | |
| download | wix-98bdcfac8bd4f699bc6865abd283f710943e77bc.tar.gz wix-98bdcfac8bd4f699bc6865abd283f710943e77bc.tar.bz2 wix-98bdcfac8bd4f699bc6865abd283f710943e77bc.zip | |
Remove explicit intermediate file provided for testing
We have a real WixOutput now that officially provides all the necessary
information, so use that instead.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/WixiplFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/WixiplFixture.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixiplFixture.cs b/src/test/WixToolsetTest.CoreIntegration/WixiplFixture.cs index 1d359241..e45fa711 100644 --- a/src/test/WixToolsetTest.CoreIntegration/WixiplFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/WixiplFixture.cs | |||
| @@ -47,7 +47,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 47 | 47 | ||
| 48 | result.AssertSuccess(); | 48 | result.AssertSuccess(); |
| 49 | 49 | ||
| 50 | var intermediate = Intermediate.Load(Path.Combine(baseFolder, @"obj\test.wir")); | 50 | var intermediate = Intermediate.Load(Path.Combine(baseFolder, @"bin\test.wixpdb")); |
| 51 | var section = intermediate.Sections.Single(); | 51 | var section = intermediate.Sections.Single(); |
| 52 | 52 | ||
| 53 | var fileTuple = section.Tuples.OfType<FileTuple>().First(); | 53 | var fileTuple = section.Tuples.OfType<FileTuple>().First(); |
| @@ -116,7 +116,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 116 | 116 | ||
| 117 | result.AssertSuccess(); | 117 | result.AssertSuccess(); |
| 118 | 118 | ||
| 119 | var intermediate = Intermediate.Load(Path.Combine(baseFolder, @"obj\test.wir")); | 119 | var intermediate = Intermediate.Load(Path.Combine(baseFolder, @"bin\test.wixpdb")); |
| 120 | var section = intermediate.Sections.Single(); | 120 | var section = intermediate.Sections.Single(); |
| 121 | 121 | ||
| 122 | { | 122 | { |
