From 124fef398a26bc8e139e889a2345602d2478590c Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 3 Aug 2022 14:55:23 -0500 Subject: Add ability to skip a local path candidate if it failed verification. Fixes 6818 --- .../burn/TestData/LayoutTests/BundleB/BundleB.wixproj | 17 +++++++++++++++++ src/test/burn/TestData/LayoutTests/BundleB/BundleB.wxs | 10 ++++++++++ 2 files changed, 27 insertions(+) create mode 100644 src/test/burn/TestData/LayoutTests/BundleB/BundleB.wixproj create mode 100644 src/test/burn/TestData/LayoutTests/BundleB/BundleB.wxs (limited to 'src/test/burn/TestData/LayoutTests/BundleB') diff --git a/src/test/burn/TestData/LayoutTests/BundleB/BundleB.wixproj b/src/test/burn/TestData/LayoutTests/BundleB/BundleB.wixproj new file mode 100644 index 00000000..2ce22ea1 --- /dev/null +++ b/src/test/burn/TestData/LayoutTests/BundleB/BundleB.wixproj @@ -0,0 +1,17 @@ + + + + hyperlinkLicense + Bundle + {CBF22B7D-C6C0-408A-9F29-81FE8610559C} + + + + + + + + + + + \ No newline at end of file diff --git a/src/test/burn/TestData/LayoutTests/BundleB/BundleB.wxs b/src/test/burn/TestData/LayoutTests/BundleB/BundleB.wxs new file mode 100644 index 00000000..fb6eadb9 --- /dev/null +++ b/src/test/burn/TestData/LayoutTests/BundleB/BundleB.wxs @@ -0,0 +1,10 @@ + + + + + + + + + + -- cgit v1.2.3-55-g6feb