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 | |
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')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/MsiFixture.cs | 2 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs | 2 |
2 files changed, 2 insertions, 2 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 | } |
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs index 8bb1f6af..c21a669c 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFileCompressed/Package.wxs | |||
@@ -10,7 +10,7 @@ | |||
10 | <?elseif $(MediaTemplateCompressionLevel) = ""?> | 10 | <?elseif $(MediaTemplateCompressionLevel) = ""?> |
11 | <MediaTemplate /> | 11 | <MediaTemplate /> |
12 | <?else?> | 12 | <?else?> |
13 | <MediaTemplate CabinetTemplate="lowcab{0}.cab" CompressionLevel="$(MediaTemplateCompressionLevel)" /> | 13 | <MediaTemplate CabinetTemplate="low{0}.cab" CompressionLevel="$(MediaTemplateCompressionLevel)" /> |
14 | <?endif?> | 14 | <?endif?> |
15 | 15 | ||
16 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> | 16 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> |