aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/RollbackBoundary
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-01-02 23:20:25 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-01-03 15:49:32 -0600
commitd5e31dec3a753f98955f3cde3d49a653cfc4aed0 (patch)
treebb1c4b97c125652cfca7cf26faad1000ae0ba0a7 /src/test/WixToolsetTest.CoreIntegration/TestData/RollbackBoundary
parentdf40c2722e4a41e01cf326353e2583ae82ccc9a4 (diff)
downloadwix-d5e31dec3a753f98955f3cde3d49a653cfc4aed0.tar.gz
wix-d5e31dec3a753f98955f3cde3d49a653cfc4aed0.tar.bz2
wix-d5e31dec3a753f98955f3cde3d49a653cfc4aed0.zip
Add failing tests.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/RollbackBoundary')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/RollbackBoundary/BeginningOfChain.wxs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/RollbackBoundary/BeginningOfChain.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/RollbackBoundary/BeginningOfChain.wxs
new file mode 100644
index 00000000..ecfccfcb
--- /dev/null
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/RollbackBoundary/BeginningOfChain.wxs
@@ -0,0 +1,9 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3 <Fragment>
4 <PackageGroup Id="BundlePackages">
5 <RollbackBoundary Id="nonvital" Vital="no" />
6 <PackageGroupRef Id="MinimalPackageGroup" />
7 </PackageGroup>
8 </Fragment>
9</Wix>