diff options
| author | Alex Kubiesa <alex.kubiesa@outlook.com> | 2021-02-15 20:08:21 +0000 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-02-15 16:39:59 -0800 |
| commit | 0ce3a9b66da80c505fd8901df88d31b0ad43dac6 (patch) | |
| tree | 8b35cbcbb5d5985d73fef64e7cb81994f3820d7f /src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data | |
| parent | c6e2213e818b869c44c1af7355fc06f45ebf1a1f (diff) | |
| download | wix-0ce3a9b66da80c505fd8901df88d31b0ad43dac6.tar.gz wix-0ce3a9b66da80c505fd8901df88d31b0ad43dac6.tar.bz2 wix-0ce3a9b66da80c505fd8901df88d31b0ad43dac6.zip | |
Fix file size overflow error in ProcessPayloadsCommand.
Fixes #4008
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data')
5 files changed, 5 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data/MsiPackage/Shared.dll b/src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data/MsiPackage/Shared.dll new file mode 100644 index 00000000..0e461ba8 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data/MsiPackage/Shared.dll | |||
| @@ -0,0 +1 @@ | |||
| This is Shared.dll. \ No newline at end of file | |||
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data/MsiPackage/test.txt b/src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data/MsiPackage/test.txt new file mode 100644 index 00000000..8b986220 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data/MsiPackage/test.txt | |||
| @@ -0,0 +1 @@ | |||
| This is test.txt \ No newline at end of file | |||
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data/fakeba.dll b/src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data/fakeba.dll new file mode 100644 index 00000000..970efdf0 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data/fakeba.dll | |||
| @@ -0,0 +1 @@ | |||
| This is a fakeba.dll \ No newline at end of file | |||
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data/large_file.dat b/src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data/large_file.dat new file mode 100644 index 00000000..8115cc60 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data/large_file.dat | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | When running the tests, this file will be overwritten with 2.5GB of data to test how Wix handles large files. We've avoided | ||
| 2 | committing such a large file to Git as it would bloat the repo. | ||
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data/test.msi b/src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data/test.msi new file mode 100644 index 00000000..0722d60e --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/LargePayload/data/test.msi | |||
| Binary files differ | |||
