diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-02-27 16:29:58 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-02 15:50:47 -0600 |
| commit | b54ac261d0a03b75cf05ef370351445774b82155 (patch) | |
| tree | db5877ab147132b9fde78b53b4927e909f33661d /src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle | |
| parent | ed20ef6dc8caa5d585c1a715ff4ba577687bf291 (diff) | |
| download | wix-b54ac261d0a03b75cf05ef370351445774b82155.tar.gz wix-b54ac261d0a03b75cf05ef370351445774b82155.tar.bz2 wix-b54ac261d0a03b75cf05ef370351445774b82155.zip | |
Test big payloads by RemotePayload since real files are slow.
The test will be moved to a Burn e2e test.
#4008
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs index fcb9dd8d..79ba52d2 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleExeBundle/SingleExeRemotePayload.wxs | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | Description="Microsoft .NET Framework 4.6.2 Setup" | 21 | Description="Microsoft .NET Framework 4.6.2 Setup" |
| 22 | Hash="C42E6ED280290648BBD59F664008852F4CFE4548" | 22 | Hash="C42E6ED280290648BBD59F664008852F4CFE4548" |
| 23 | ProductName="Microsoft .NET Framework 4.6.2" | 23 | ProductName="Microsoft .NET Framework 4.6.2" |
| 24 | Size="1429344" | 24 | Size="9223372036854775807" |
| 25 | Version="4.6.1590.0" /> | 25 | Version="4.6.1590.0" /> |
| 26 | </ExePackage> | 26 | </ExePackage> |
| 27 | </PackageGroup> | 27 | </PackageGroup> |
