From 72d694ee9cb6954953e55bf05b09c93ddebdc9d3 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Tue, 30 Mar 2021 15:50:32 -0500 Subject: Add layout tests. --- src/TestData/LayoutTests/BundleA/Bundle.wxs | 42 ++++++++++++++++++++++ src/TestData/LayoutTests/BundleA/BundleA.wixproj | 23 ++++++++++++ src/TestData/LayoutTests/BundleA/BundleA.wxs | 26 ++++++++++++++ src/TestData/LayoutTests/PackageA/PackageA.wixproj | 9 +++++ 4 files changed, 100 insertions(+) create mode 100644 src/TestData/LayoutTests/BundleA/Bundle.wxs create mode 100644 src/TestData/LayoutTests/BundleA/BundleA.wixproj create mode 100644 src/TestData/LayoutTests/BundleA/BundleA.wxs create mode 100644 src/TestData/LayoutTests/PackageA/PackageA.wixproj (limited to 'src/TestData') diff --git a/src/TestData/LayoutTests/BundleA/Bundle.wxs b/src/TestData/LayoutTests/BundleA/Bundle.wxs new file mode 100644 index 00000000..e74b8394 --- /dev/null +++ b/src/TestData/LayoutTests/BundleA/Bundle.wxs @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/TestData/LayoutTests/BundleA/BundleA.wixproj b/src/TestData/LayoutTests/BundleA/BundleA.wixproj new file mode 100644 index 00000000..fa7f227c --- /dev/null +++ b/src/TestData/LayoutTests/BundleA/BundleA.wixproj @@ -0,0 +1,23 @@ + + + + Bundle + {D255FA2D-2B4A-4D78-AE90-C09FECD8491E} + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/LayoutTests/BundleA/BundleA.wxs b/src/TestData/LayoutTests/BundleA/BundleA.wxs new file mode 100644 index 00000000..ea46c5b2 --- /dev/null +++ b/src/TestData/LayoutTests/BundleA/BundleA.wxs @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/TestData/LayoutTests/PackageA/PackageA.wixproj b/src/TestData/LayoutTests/PackageA/PackageA.wixproj new file mode 100644 index 00000000..be425985 --- /dev/null +++ b/src/TestData/LayoutTests/PackageA/PackageA.wixproj @@ -0,0 +1,9 @@ + + + + {CA12F025-6F6F-4E3C-A1D7-FE8CD45A77F5} + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb