diff options
author | Bob Arnson <bob@firegiant.com> | 2020-10-26 21:09:24 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-10-26 21:12:52 -0400 |
commit | c532140cff9e3f2603a0ca823a410b10d8d8938b (patch) | |
tree | 115383e0937e359bba7b5feac393302325d13179 /src/wixext | |
parent | c7c978ecf0e982872072ae5339cc95c8665b7189 (diff) | |
download | wix-c532140cff9e3f2603a0ca823a410b10d8d8938b.tar.gz wix-c532140cff9e3f2603a0ca823a410b10d8d8938b.tar.bz2 wix-c532140cff9e3f2603a0ca823a410b10d8d8938b.zip |
Update test authoring for Package/SummaryInformation change.
Diffstat (limited to 'src/wixext')
-rw-r--r-- | src/wixext/UtilCompiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixext/UtilCompiler.cs b/src/wixext/UtilCompiler.cs index 4aec9be9..68c7a234 100644 --- a/src/wixext/UtilCompiler.cs +++ b/src/wixext/UtilCompiler.cs | |||
@@ -210,7 +210,7 @@ namespace WixToolset.Util | |||
210 | case "Bundle": | 210 | case "Bundle": |
211 | case "Fragment": | 211 | case "Fragment": |
212 | case "Module": | 212 | case "Module": |
213 | case "Product": | 213 | case "Package": |
214 | switch (element.Name.LocalName) | 214 | switch (element.Name.LocalName) |
215 | { | 215 | { |
216 | case "CloseApplication": | 216 | case "CloseApplication": |