From 81721d622e7ba2983d8e8b484edee26dbe507228 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Tue, 19 Jan 2021 12:49:52 -0600 Subject: Port CancelEarly and CancelLate failure tests from old repo. --- src/TestData/FailureTests/BundleA/BundleA.wixproj | 19 +++++++++++++++++++ src/TestData/FailureTests/BundleA/BundleA.wxs | 11 +++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/TestData/FailureTests/BundleA/BundleA.wixproj create mode 100644 src/TestData/FailureTests/BundleA/BundleA.wxs (limited to 'src/TestData/FailureTests/BundleA') diff --git a/src/TestData/FailureTests/BundleA/BundleA.wixproj b/src/TestData/FailureTests/BundleA/BundleA.wixproj new file mode 100644 index 00000000..85dc0101 --- /dev/null +++ b/src/TestData/FailureTests/BundleA/BundleA.wixproj @@ -0,0 +1,19 @@ + + + + Bundle + {FE5197EB-E324-411E-B3AC-760E566E1000} + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/FailureTests/BundleA/BundleA.wxs b/src/TestData/FailureTests/BundleA/BundleA.wxs new file mode 100644 index 00000000..95e714ec --- /dev/null +++ b/src/TestData/FailureTests/BundleA/BundleA.wxs @@ -0,0 +1,11 @@ + + + + + + + + + + + -- cgit v1.2.3-55-g6feb