From 47724ab546a84e77b4699bc28aa4e4ad7901253f Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 1 Jan 2021 21:35:51 -0600 Subject: Try to make it easier to add new kinds of tests. --- .../BasicFunctionalityTests/BundleA/BundleA.wixproj | 12 ++++++++++++ .../BasicFunctionalityTests/BundleA/BundleA.wxi | 21 +++++++++++++++++++++ .../BasicFunctionalityTests/BundleA/BundleA.wxs | 11 +++++++++++ .../PackageA/PackageA.wixproj | 10 ++++++++++ 4 files changed, 54 insertions(+) create mode 100644 src/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj create mode 100644 src/TestData/BasicFunctionalityTests/BundleA/BundleA.wxi create mode 100644 src/TestData/BasicFunctionalityTests/BundleA/BundleA.wxs create mode 100644 src/TestData/BasicFunctionalityTests/PackageA/PackageA.wixproj (limited to 'src/TestData/BasicFunctionalityTests') diff --git a/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj b/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj new file mode 100644 index 00000000..45127b23 --- /dev/null +++ b/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj @@ -0,0 +1,12 @@ + + + + Bundle + + + + + + + + \ No newline at end of file diff --git a/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wxi b/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wxi new file mode 100644 index 00000000..0bad694e --- /dev/null +++ b/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wxi @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wxs b/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wxs new file mode 100644 index 00000000..0506f05a --- /dev/null +++ b/src/TestData/BasicFunctionalityTests/BundleA/BundleA.wxs @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/TestData/BasicFunctionalityTests/PackageA/PackageA.wixproj b/src/TestData/BasicFunctionalityTests/PackageA/PackageA.wixproj new file mode 100644 index 00000000..9943717c --- /dev/null +++ b/src/TestData/BasicFunctionalityTests/PackageA/PackageA.wixproj @@ -0,0 +1,10 @@ + + + + a + {7FD50F1B-D134-4365-923C-DFA160F74738} + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb