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 +++++++++++ src/TestData/FailureTests/PackageA/PackageA.wixproj | 9 +++++++++ src/TestData/FailureTests/PackageB/PackageB.wixproj | 9 +++++++++ 4 files changed, 48 insertions(+) create mode 100644 src/TestData/FailureTests/BundleA/BundleA.wixproj create mode 100644 src/TestData/FailureTests/BundleA/BundleA.wxs create mode 100644 src/TestData/FailureTests/PackageA/PackageA.wixproj create mode 100644 src/TestData/FailureTests/PackageB/PackageB.wixproj (limited to 'src/TestData/FailureTests') 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 @@ + + + + + + + + + + + diff --git a/src/TestData/FailureTests/PackageA/PackageA.wixproj b/src/TestData/FailureTests/PackageA/PackageA.wixproj new file mode 100644 index 00000000..3b0e74e2 --- /dev/null +++ b/src/TestData/FailureTests/PackageA/PackageA.wixproj @@ -0,0 +1,9 @@ + + + + {82FB39B2-56FA-4631-AA03-8B8D3215E6AE} + + + + + \ No newline at end of file diff --git a/src/TestData/FailureTests/PackageB/PackageB.wixproj b/src/TestData/FailureTests/PackageB/PackageB.wixproj new file mode 100644 index 00000000..96f7a031 --- /dev/null +++ b/src/TestData/FailureTests/PackageB/PackageB.wixproj @@ -0,0 +1,9 @@ + + + + {94160B95-81DD-4DAB-AE2D-246A9E3A108E} + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb