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 ++++++++++ .../PatchTests/BundlePatchA/BundlePatchA.wixproj | 18 ++++++++++++++++ .../PatchTests/BundlePatchA/BundlePatchA.wxs | 11 ++++++++++ .../PatchTests/BundlePatchA2/BundlePatchA2.wixproj | 19 +++++++++++++++++ .../PatchTests/BundlePatchA2/BundlePatchA2.wxs | 12 +++++++++++ src/TestData/PatchTests/PackageAv1/PackageA.props | 12 +++++++++++ .../PatchTests/PackageAv1/PackageAv1.wixproj | 4 ++++ .../PatchTests/PackageAv1/ProductComponents.wxs | 17 +++++++++++++++ .../PackageAv1_0_1/PackageAv1_0_1.wixproj | 10 +++++++++ src/TestData/PatchTests/PatchA/PatchA.wixproj | 12 +++++++++++ src/TestData/PatchTests/PatchA/PatchA.wxs | 24 ++++++++++++++++++++++ src/TestData/PatchTests/PatchA2/PatchA2.wixproj | 12 +++++++++++ src/TestData/PatchTests/PatchA2/PatchA2.wxs | 23 +++++++++++++++++++++ src/TestData/Templates/Package.wxs | 9 +++++++- 15 files changed, 211 insertions(+), 1 deletion(-) create mode 100644 src/TestData/PatchTests/BundleA/BundleA.wixproj create mode 100644 src/TestData/PatchTests/BundleA/BundleA.wxs create mode 100644 src/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj create mode 100644 src/TestData/PatchTests/BundlePatchA/BundlePatchA.wxs create mode 100644 src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj create mode 100644 src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs create mode 100644 src/TestData/PatchTests/PackageAv1/PackageA.props create mode 100644 src/TestData/PatchTests/PackageAv1/PackageAv1.wixproj create mode 100644 src/TestData/PatchTests/PackageAv1/ProductComponents.wxs create mode 100644 src/TestData/PatchTests/PackageAv1_0_1/PackageAv1_0_1.wixproj create mode 100644 src/TestData/PatchTests/PatchA/PatchA.wixproj create mode 100644 src/TestData/PatchTests/PatchA/PatchA.wxs create mode 100644 src/TestData/PatchTests/PatchA2/PatchA2.wixproj create mode 100644 src/TestData/PatchTests/PatchA2/PatchA2.wxs (limited to 'src/TestData') 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 @@ + + + + + + + + + + + diff --git a/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj b/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj new file mode 100644 index 00000000..5846fce5 --- /dev/null +++ b/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wixproj @@ -0,0 +1,18 @@ + + + + Bundle + {AA083618-6280-44B8-9899-57BCC57906A5} + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wxs b/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wxs new file mode 100644 index 00000000..89f24936 --- /dev/null +++ b/src/TestData/PatchTests/BundlePatchA/BundlePatchA.wxs @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj b/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj new file mode 100644 index 00000000..dee4a0f3 --- /dev/null +++ b/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wixproj @@ -0,0 +1,19 @@ + + + + Bundle + {1BE09331-2327-4534-9223-59B54EFAE7A5} + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs b/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs new file mode 100644 index 00000000..f2c44ad4 --- /dev/null +++ b/src/TestData/PatchTests/BundlePatchA2/BundlePatchA2.wxs @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/TestData/PatchTests/PackageAv1/PackageA.props b/src/TestData/PatchTests/PackageAv1/PackageA.props new file mode 100644 index 00000000..1209d09e --- /dev/null +++ b/src/TestData/PatchTests/PackageAv1/PackageA.props @@ -0,0 +1,12 @@ + + + + PackageA + true + {724F9BA5-DD9D-4851-855E-ECC35B27BF11} + {C56DA396-7A9A-4177-8264-638161CE9EB8} + + + + + \ No newline at end of file diff --git a/src/TestData/PatchTests/PackageAv1/PackageAv1.wixproj b/src/TestData/PatchTests/PackageAv1/PackageAv1.wixproj new file mode 100644 index 00000000..45d3b2c8 --- /dev/null +++ b/src/TestData/PatchTests/PackageAv1/PackageAv1.wixproj @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/TestData/PatchTests/PackageAv1/ProductComponents.wxs b/src/TestData/PatchTests/PackageAv1/ProductComponents.wxs new file mode 100644 index 00000000..81c6da0c --- /dev/null +++ b/src/TestData/PatchTests/PackageAv1/ProductComponents.wxs @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/src/TestData/PatchTests/PackageAv1_0_1/PackageAv1_0_1.wixproj b/src/TestData/PatchTests/PackageAv1_0_1/PackageAv1_0_1.wixproj new file mode 100644 index 00000000..9ceda117 --- /dev/null +++ b/src/TestData/PatchTests/PackageAv1_0_1/PackageAv1_0_1.wixproj @@ -0,0 +1,10 @@ + + + + + 1.0.1.0 + + + + + \ No newline at end of file diff --git a/src/TestData/PatchTests/PatchA/PatchA.wixproj b/src/TestData/PatchTests/PatchA/PatchA.wixproj new file mode 100644 index 00000000..da9acb5e --- /dev/null +++ b/src/TestData/PatchTests/PatchA/PatchA.wixproj @@ -0,0 +1,12 @@ + + + + PatchCreation + .msp + 1079 + + + + + + \ No newline at end of file diff --git a/src/TestData/PatchTests/PatchA/PatchA.wxs b/src/TestData/PatchTests/PatchA/PatchA.wxs new file mode 100644 index 00000000..067f25ca --- /dev/null +++ b/src/TestData/PatchTests/PatchA/PatchA.wxs @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/TestData/PatchTests/PatchA2/PatchA2.wixproj b/src/TestData/PatchTests/PatchA2/PatchA2.wixproj new file mode 100644 index 00000000..da9acb5e --- /dev/null +++ b/src/TestData/PatchTests/PatchA2/PatchA2.wixproj @@ -0,0 +1,12 @@ + + + + PatchCreation + .msp + 1079 + + + + + + \ No newline at end of file diff --git a/src/TestData/PatchTests/PatchA2/PatchA2.wxs b/src/TestData/PatchTests/PatchA2/PatchA2.wxs new file mode 100644 index 00000000..a06401cc --- /dev/null +++ b/src/TestData/PatchTests/PatchA2/PatchA2.wxs @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/TestData/Templates/Package.wxs b/src/TestData/Templates/Package.wxs index 5522b9a3..4923e1aa 100644 --- a/src/TestData/Templates/Package.wxs +++ b/src/TestData/Templates/Package.wxs @@ -6,8 +6,12 @@ + + + + - + @@ -20,6 +24,9 @@ + + + -- cgit v1.2.3-55-g6feb