From 347d22f5d5e17bf020fc0c99f1e121e77fcc805c Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 27 Jan 2021 20:16:39 -0600 Subject: Port the patch tests from the old repo. --- src/TestData/PatchTests/BundleA/BundleA.wixproj | 18 ++++++++++++++++++ src/TestData/PatchTests/BundleA/BundleA.wxs | 11 +++++++++++ 2 files changed, 29 insertions(+) create mode 100644 src/TestData/PatchTests/BundleA/BundleA.wixproj create mode 100644 src/TestData/PatchTests/BundleA/BundleA.wxs (limited to 'src/TestData/PatchTests/BundleA') diff --git a/src/TestData/PatchTests/BundleA/BundleA.wixproj b/src/TestData/PatchTests/BundleA/BundleA.wixproj new file mode 100644 index 00000000..bbdace55 --- /dev/null +++ b/src/TestData/PatchTests/BundleA/BundleA.wixproj @@ -0,0 +1,18 @@ + + + + Bundle + {486FC795-69A5-4130-8727-4068F645A0A1} + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/PatchTests/BundleA/BundleA.wxs b/src/TestData/PatchTests/BundleA/BundleA.wxs new file mode 100644 index 00000000..d40351a1 --- /dev/null +++ b/src/TestData/PatchTests/BundleA/BundleA.wxs @@ -0,0 +1,11 @@ + + + + + + + + + + + -- cgit v1.2.3-55-g6feb