From 0b5290319a13c8f73315ea0e0407d88bfd79c944 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 17 Feb 2021 15:47:46 -0600 Subject: Add test for explicitly elevating between detect and plan. --- src/TestData/ElevationTests/BundleA/BundleA.wixproj | 18 ++++++++++++++++++ src/TestData/ElevationTests/BundleA/BundleA.wxs | 10 ++++++++++ src/TestData/ElevationTests/PackageA/PackageA.wixproj | 9 +++++++++ 3 files changed, 37 insertions(+) create mode 100644 src/TestData/ElevationTests/BundleA/BundleA.wixproj create mode 100644 src/TestData/ElevationTests/BundleA/BundleA.wxs create mode 100644 src/TestData/ElevationTests/PackageA/PackageA.wixproj (limited to 'src/TestData') diff --git a/src/TestData/ElevationTests/BundleA/BundleA.wixproj b/src/TestData/ElevationTests/BundleA/BundleA.wixproj new file mode 100644 index 00000000..414535b1 --- /dev/null +++ b/src/TestData/ElevationTests/BundleA/BundleA.wixproj @@ -0,0 +1,18 @@ + + + + Bundle + {5DDF6D9F-FF04-40E8-919C-8DD1DCE4B592} + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/ElevationTests/BundleA/BundleA.wxs b/src/TestData/ElevationTests/BundleA/BundleA.wxs new file mode 100644 index 00000000..bd164a29 --- /dev/null +++ b/src/TestData/ElevationTests/BundleA/BundleA.wxs @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/TestData/ElevationTests/PackageA/PackageA.wixproj b/src/TestData/ElevationTests/PackageA/PackageA.wixproj new file mode 100644 index 00000000..87f99513 --- /dev/null +++ b/src/TestData/ElevationTests/PackageA/PackageA.wixproj @@ -0,0 +1,9 @@ + + + + {D803BB11-5B94-42EA-8289-7A17E55699A3} + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb