aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-04-07 15:39:09 -0700
committerRob Mensching <rob@firegiant.com>2021-04-07 15:42:46 -0700
commit399ab500b78b0bbd4735cdce560b0f389f2603a0 (patch)
tree2f838e92c591dc565c8dd8dc53c0bb5bb8d6795a /src/test
parentf3a228eaf7d40bcd46b64c3d49aa23df23e79aec (diff)
downloadwix-399ab500b78b0bbd4735cdce560b0f389f2603a0.tar.gz
wix-399ab500b78b0bbd4735cdce560b0f389f2603a0.tar.bz2
wix-399ab500b78b0bbd4735cdce560b0f389f2603a0.zip
Address code review feedback
Diffstat (limited to 'src/test')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/LanguageFixture.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/LanguageFixture.cs b/src/test/WixToolsetTest.CoreIntegration/LanguageFixture.cs
index 610e44b8..db9708a7 100644
--- a/src/test/WixToolsetTest.CoreIntegration/LanguageFixture.cs
+++ b/src/test/WixToolsetTest.CoreIntegration/LanguageFixture.cs
@@ -38,7 +38,7 @@ namespace WixToolsetTest.CoreIntegration
38 var section = intermediate.Sections.Single(); 38 var section = intermediate.Sections.Single();
39 39
40 var directorySymbols = section.Symbols.OfType<DirectorySymbol>(); 40 var directorySymbols = section.Symbols.OfType<DirectorySymbol>();
41 Assert.Equal(new[] 41 WixAssert.CompareLineByLine(new[]
42 { 42 {
43 "INSTALLFOLDER:Example Corporation\\MsiPackage", 43 "INSTALLFOLDER:Example Corporation\\MsiPackage",
44 "ProgramFilesFolder:PFiles", 44 "ProgramFilesFolder:PFiles",
@@ -56,7 +56,7 @@ namespace WixToolsetTest.CoreIntegration
56 56
57 var data = WindowsInstallerData.Load(Path.Combine(baseFolder, @"bin\test.wixpdb")); 57 var data = WindowsInstallerData.Load(Path.Combine(baseFolder, @"bin\test.wixpdb"));
58 var directoryRows = data.Tables["Directory"].Rows; 58 var directoryRows = data.Tables["Directory"].Rows;
59 Assert.Equal(new[] 59 WixAssert.CompareLineByLine(new[]
60 { 60 {
61 "d4EceYatXTyy8HXPt5B6DT9Rj.wE:u7-b4gch|Example Corporation", 61 "d4EceYatXTyy8HXPt5B6DT9Rj.wE:u7-b4gch|Example Corporation",
62 "INSTALLFOLDER:oekcr5lq|MsiPackage", 62 "INSTALLFOLDER:oekcr5lq|MsiPackage",