aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-09-01 18:31:26 -0400
committerBob Arnson <bob@firegiant.com>2020-09-01 18:34:22 -0400
commite1ff7245ee176c18bd0b773a7e11df6bb95d7b7e (patch)
tree017787984ffabf5076765c27775fb75127b7dcb3 /src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
parent8634b7f60adad8d09834e77aa0e4a0f26451f845 (diff)
downloadwix-e1ff7245ee176c18bd0b773a7e11df6bb95d7b7e.tar.gz
wix-e1ff7245ee176c18bd0b773a7e11df6bb95d7b7e.tar.bz2
wix-e1ff7245ee176c18bd0b773a7e11df6bb95d7b7e.zip
Fix check for valid 8.3 names for >3 extensions.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
index 158687cf..f5353c87 100644
--- a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
+++ b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs
@@ -371,6 +371,10 @@ namespace WixToolsetTest.CoreIntegration
371 WixAssert.CompareLineByLine(new[] 371 WixAssert.CompareLineByLine(new[]
372 { 372 {
373 "Directory:DUPLICATENAMEANDSHORTNAME\tINSTALLFOLDER\tduplicat", 373 "Directory:DUPLICATENAMEANDSHORTNAME\tINSTALLFOLDER\tduplicat",
374 "Directory:Folder1\tINSTALLFOLDER\tFolder.1",
375 "Directory:Folder12\tINSTALLFOLDER\tFolder.12",
376 "Directory:Folder123\tINSTALLFOLDER\tFolder.123",
377 "Directory:Folder1234\tINSTALLFOLDER\tyakwclwy|Folder.1234",
374 "Directory:INSTALLFOLDER\tProgramFiles6432Folder\t1egc1laj|MsiPackage", 378 "Directory:INSTALLFOLDER\tProgramFiles6432Folder\t1egc1laj|MsiPackage",
375 "Directory:NAMEANDSHORTNAME\tINSTALLFOLDER\tSHORTNAM|NameAndShortName", 379 "Directory:NAMEANDSHORTNAME\tINSTALLFOLDER\tSHORTNAM|NameAndShortName",
376 "Directory:NAMEANDSHORTSOURCENAME\tINSTALLFOLDER\tNAMEASSN|NameAndShortSourceName", 380 "Directory:NAMEANDSHORTSOURCENAME\tINSTALLFOLDER\tNAMEASSN|NameAndShortSourceName",