From 36b1a2ce73b394ca3ed7490a1392320e2f401cbd Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 1 Jan 2021 14:02:51 -0600 Subject: Create failing test for issue 6309. --- .../RollbackBoundary/BundleA/BundleA.wixproj | 15 +++++++++++++++ src/TestData/RollbackBoundary/BundleA/BundleA.wxi | 21 +++++++++++++++++++++ src/TestData/RollbackBoundary/BundleA/BundleA.wxs | 16 ++++++++++++++++ .../RollbackBoundary/PackageA/PackageA.wixproj | 9 +++++++++ .../RollbackBoundary/PackageB/PackageB.wixproj | 9 +++++++++ .../RollbackBoundary/PackageC/PackageC.wixproj | 9 +++++++++ .../RollbackBoundary/PackageF/PackageF.wixproj | 12 ++++++++++++ 7 files changed, 91 insertions(+) create mode 100644 src/TestData/RollbackBoundary/BundleA/BundleA.wixproj create mode 100644 src/TestData/RollbackBoundary/BundleA/BundleA.wxi create mode 100644 src/TestData/RollbackBoundary/BundleA/BundleA.wxs create mode 100644 src/TestData/RollbackBoundary/PackageA/PackageA.wixproj create mode 100644 src/TestData/RollbackBoundary/PackageB/PackageB.wixproj create mode 100644 src/TestData/RollbackBoundary/PackageC/PackageC.wixproj create mode 100644 src/TestData/RollbackBoundary/PackageF/PackageF.wixproj (limited to 'src/TestData') diff --git a/src/TestData/RollbackBoundary/BundleA/BundleA.wixproj b/src/TestData/RollbackBoundary/BundleA/BundleA.wixproj new file mode 100644 index 00000000..96f7aa31 --- /dev/null +++ b/src/TestData/RollbackBoundary/BundleA/BundleA.wixproj @@ -0,0 +1,15 @@ + + + + Bundle + + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/RollbackBoundary/BundleA/BundleA.wxi b/src/TestData/RollbackBoundary/BundleA/BundleA.wxi new file mode 100644 index 00000000..145073b5 --- /dev/null +++ b/src/TestData/RollbackBoundary/BundleA/BundleA.wxi @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/TestData/RollbackBoundary/BundleA/BundleA.wxs b/src/TestData/RollbackBoundary/BundleA/BundleA.wxs new file mode 100644 index 00000000..251b1863 --- /dev/null +++ b/src/TestData/RollbackBoundary/BundleA/BundleA.wxs @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/src/TestData/RollbackBoundary/PackageA/PackageA.wixproj b/src/TestData/RollbackBoundary/PackageA/PackageA.wixproj new file mode 100644 index 00000000..25d9e279 --- /dev/null +++ b/src/TestData/RollbackBoundary/PackageA/PackageA.wixproj @@ -0,0 +1,9 @@ + + + + {14A06CEA-CC9E-478F-AD20-5C9624827090} + + + + + \ No newline at end of file diff --git a/src/TestData/RollbackBoundary/PackageB/PackageB.wixproj b/src/TestData/RollbackBoundary/PackageB/PackageB.wixproj new file mode 100644 index 00000000..2dc4f3a6 --- /dev/null +++ b/src/TestData/RollbackBoundary/PackageB/PackageB.wixproj @@ -0,0 +1,9 @@ + + + + {C0B6E75E-4378-4589-B3C5-A23FFA39F59B} + + + + + \ No newline at end of file diff --git a/src/TestData/RollbackBoundary/PackageC/PackageC.wixproj b/src/TestData/RollbackBoundary/PackageC/PackageC.wixproj new file mode 100644 index 00000000..a4b5134b --- /dev/null +++ b/src/TestData/RollbackBoundary/PackageC/PackageC.wixproj @@ -0,0 +1,9 @@ + + + + {1C977E8F-4E79-4E3B-A5B1-C4B0BE774041} + + + + + \ No newline at end of file diff --git a/src/TestData/RollbackBoundary/PackageF/PackageF.wixproj b/src/TestData/RollbackBoundary/PackageF/PackageF.wixproj new file mode 100644 index 00000000..d51fab1f --- /dev/null +++ b/src/TestData/RollbackBoundary/PackageF/PackageF.wixproj @@ -0,0 +1,12 @@ + + + + {E348D377-E5E7-44B0-897E-5DC8D401BF80} + + + + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb