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/test/WixToolsetTest.Util/TestData/InternetShortcutModule | |
| 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/test/WixToolsetTest.Util/TestData/InternetShortcutModule')
| -rw-r--r-- | src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.wxs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.wxs b/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.wxs index f38295e7..2a9daa1c 100644 --- a/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.wxs +++ b/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.wxs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> | 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> |
| 2 | <Module Language="1033" Version="1.0.0.0" Id="InternetShortcutModule"> | 2 | <Module Language="1033" Version="1.0.0.0" Id="InternetShortcutModule" Guid="047730a5-30fe-4a62-a520-da9381b8226a"> |
| 3 | <Package Id="047730a5-30fe-4a62-a520-da9381b8226a" Manufacturer="Example Corporation" /> | 3 | <SummaryInformation Manufacturer="Example Corporation" /> |
| 4 | 4 | ||
| 5 | <ComponentGroupRef Id="ProductComponents" /> | 5 | <ComponentGroupRef Id="ProductComponents" /> |
| 6 | </Module> | 6 | </Module> |
