aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleC
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-01-27 20:06:23 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-01-27 20:45:17 -0600
commit9a6688a8d6ec05817451dc8706a0bc9db82b9d36 (patch)
treec3b8347c32a4b6986ace5da37866e3c47d175662 /src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleC
parent8eed3c02afb5883bc4e3bb45ab1f9b6da5a65476 (diff)
downloadwix-9a6688a8d6ec05817451dc8706a0bc9db82b9d36.tar.gz
wix-9a6688a8d6ec05817451dc8706a0bc9db82b9d36.tar.bz2
wix-9a6688a8d6ec05817451dc8706a0bc9db82b9d36.zip
Add patch test from old repo and get it passing.
Fixes #6341.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleC')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleC/Bundle.wxs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleC/Bundle.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleC/Bundle.wxs
new file mode 100644
index 00000000..201d177b
--- /dev/null
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/PatchNonSpecific/BundleC/Bundle.wxs
@@ -0,0 +1,9 @@
1<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Fragment>
3 <PackageGroup Id="BundlePackages">
4 <MspPackage Id="PatchA" SourceFile="PatchA.msp" PerMachine="yes" />
5 <MspPackage Id="PatchB" SourceFile="PatchB.msp" PerMachine="yes" />
6 <MspPackage Id="PatchC" SourceFile="PatchC.msp" PerMachine="yes" />
7 </PackageGroup>
8 </Fragment>
9</Wix>