From b60898e0bccbb0b0ddad74df6370e826cb9b7494 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 17 Feb 2021 16:07:57 -0600 Subject: Add failing test for #3897. --- src/TestData/SlipstreamTests/BundleD/BundleD.wixproj | 19 +++++++++++++++++++ src/TestData/SlipstreamTests/BundleD/BundleD.wxs | 12 ++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 src/TestData/SlipstreamTests/BundleD/BundleD.wixproj create mode 100644 src/TestData/SlipstreamTests/BundleD/BundleD.wxs (limited to 'src/TestData') diff --git a/src/TestData/SlipstreamTests/BundleD/BundleD.wixproj b/src/TestData/SlipstreamTests/BundleD/BundleD.wixproj new file mode 100644 index 00000000..db257df6 --- /dev/null +++ b/src/TestData/SlipstreamTests/BundleD/BundleD.wixproj @@ -0,0 +1,19 @@ + + + + Bundle + {5372D18C-8C62-4C22-A24B-6BB2FB4AA966} + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/SlipstreamTests/BundleD/BundleD.wxs b/src/TestData/SlipstreamTests/BundleD/BundleD.wxs new file mode 100644 index 00000000..64bdc1b5 --- /dev/null +++ b/src/TestData/SlipstreamTests/BundleD/BundleD.wxs @@ -0,0 +1,12 @@ + + + + + + + + + + + + -- cgit v1.2.3-55-g6feb