From be8d724f4becb78743644d393ae626b3736dd5b3 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 6 Feb 2021 17:31:12 -0600 Subject: Testing for #6297. --- src/TestData/PrereqBaTests/BundleA/BundleA.wxs | 2 +- src/TestData/RegistrationTests/BundleA/BundleA.wixproj | 18 ++++++++++++++++++ src/TestData/RegistrationTests/BundleA/BundleA.wxs | 10 ++++++++++ .../RegistrationTests/PackageA/PackageA.wixproj | 9 +++++++++ 4 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 src/TestData/RegistrationTests/BundleA/BundleA.wixproj create mode 100644 src/TestData/RegistrationTests/BundleA/BundleA.wxs create mode 100644 src/TestData/RegistrationTests/PackageA/PackageA.wixproj (limited to 'src/TestData') diff --git a/src/TestData/PrereqBaTests/BundleA/BundleA.wxs b/src/TestData/PrereqBaTests/BundleA/BundleA.wxs index 0c9e8d21..c903988b 100644 --- a/src/TestData/PrereqBaTests/BundleA/BundleA.wxs +++ b/src/TestData/PrereqBaTests/BundleA/BundleA.wxs @@ -16,7 +16,7 @@ - + diff --git a/src/TestData/RegistrationTests/BundleA/BundleA.wixproj b/src/TestData/RegistrationTests/BundleA/BundleA.wixproj new file mode 100644 index 00000000..313ffec9 --- /dev/null +++ b/src/TestData/RegistrationTests/BundleA/BundleA.wixproj @@ -0,0 +1,18 @@ + + + + Bundle + {17041020-8A61-4A3B-8FDB-4591CB900049} + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/RegistrationTests/BundleA/BundleA.wxs b/src/TestData/RegistrationTests/BundleA/BundleA.wxs new file mode 100644 index 00000000..bd164a29 --- /dev/null +++ b/src/TestData/RegistrationTests/BundleA/BundleA.wxs @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/TestData/RegistrationTests/PackageA/PackageA.wixproj b/src/TestData/RegistrationTests/PackageA/PackageA.wixproj new file mode 100644 index 00000000..7e5dbb8c --- /dev/null +++ b/src/TestData/RegistrationTests/PackageA/PackageA.wixproj @@ -0,0 +1,9 @@ + + + + {BF26D3E4-1D6B-480E-B312-3FECE6363E43} + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb