From 62dd878b5fd6d7d354034178584710ecb903985e Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 31 Mar 2021 11:50:36 -0500 Subject: Add failing tests for bundles with uncompressed payloads. --- .../SimpleMsiPackage/UncompressedBundle/Bundle.wxs | 11 ++++++ .../UncompressedBundle/UncompressedBundle.wixproj | 42 ++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 src/test/WixToolsetTest.Sdk/TestData/SimpleMsiPackage/UncompressedBundle/Bundle.wxs create mode 100644 src/test/WixToolsetTest.Sdk/TestData/SimpleMsiPackage/UncompressedBundle/UncompressedBundle.wixproj (limited to 'src/test/WixToolsetTest.Sdk/TestData/SimpleMsiPackage/UncompressedBundle') diff --git a/src/test/WixToolsetTest.Sdk/TestData/SimpleMsiPackage/UncompressedBundle/Bundle.wxs b/src/test/WixToolsetTest.Sdk/TestData/SimpleMsiPackage/UncompressedBundle/Bundle.wxs new file mode 100644 index 00000000..6ab9a016 --- /dev/null +++ b/src/test/WixToolsetTest.Sdk/TestData/SimpleMsiPackage/UncompressedBundle/Bundle.wxs @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/test/WixToolsetTest.Sdk/TestData/SimpleMsiPackage/UncompressedBundle/UncompressedBundle.wixproj b/src/test/WixToolsetTest.Sdk/TestData/SimpleMsiPackage/UncompressedBundle/UncompressedBundle.wixproj new file mode 100644 index 00000000..199eb6d9 --- /dev/null +++ b/src/test/WixToolsetTest.Sdk/TestData/SimpleMsiPackage/UncompressedBundle/UncompressedBundle.wixproj @@ -0,0 +1,42 @@ + + + + + Debug + x86 + + + + 6670d5c9-bbec-4828-ab60-4a1c0ffeb97d + Bundle + + + + $(Platform) + bin\$(Platform)\$(Configuration)\ + Debug + + + $(Platform) + bin\$(Platform)\$(Configuration)\ + + + $(Platform) + bin\$(Platform)\$(Configuration)\ + Debug + + + $(Platform) + bin\$(Platform)\$(Configuration)\ + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb