diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-05-22 16:28:02 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-05-23 16:02:37 -0700 |
| commit | 3051bf2fc300df125115c9538a0bfc8256bfde6a (patch) | |
| tree | 65aa2e091a6a5fa983314ab9cb55a72ba16faf02 /src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs | |
| parent | 3859a8cd7d6001f7b49c22065e33242ddb486fbb (diff) | |
| download | wix-3051bf2fc300df125115c9538a0bfc8256bfde6a.tar.gz wix-3051bf2fc300df125115c9538a0bfc8256bfde6a.tar.bz2 wix-3051bf2fc300df125115c9538a0bfc8256bfde6a.zip | |
Integrate short and source name changes to Directory and Shortcut tuples
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs b/src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs index 8228ebfa..a329c16a 100644 --- a/src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs | |||
| @@ -137,7 +137,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 137 | result.AssertSuccess(); | 137 | result.AssertSuccess(); |
| 138 | 138 | ||
| 139 | Assert.True(File.Exists(Path.Combine(intermediateFolder, @"bin\test.msi"))); | 139 | Assert.True(File.Exists(Path.Combine(intermediateFolder, @"bin\test.msi"))); |
| 140 | Assert.True(File.Exists(Path.Combine(intermediateFolder, @"bin\lowcab1.cab"))); | 140 | Assert.True(File.Exists(Path.Combine(intermediateFolder, @"bin\low1.cab"))); |
| 141 | Assert.True(File.Exists(Path.Combine(intermediateFolder, @"bin\test.wixpdb"))); | 141 | Assert.True(File.Exists(Path.Combine(intermediateFolder, @"bin\test.wixpdb"))); |
| 142 | } | 142 | } |
| 143 | } | 143 | } |
