diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-09 14:33:18 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-12 12:46:21 +1000 |
| commit | 8a42828f169796f01d9821790e4983639062d3b9 (patch) | |
| tree | 873eb99f64d68f65fd6f7d0fba00f99c93de57e9 /src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBootstrapperApplication.wxs | |
| parent | 85a5fecdef50f18af8c8a87d270b6d55a02165d2 (diff) | |
| download | wix-8a42828f169796f01d9821790e4983639062d3b9.tar.gz wix-8a42828f169796f01d9821790e4983639062d3b9.tar.bz2 wix-8a42828f169796f01d9821790e4983639062d3b9.zip | |
Fix bug when parsing PayloadGroupRef.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBootstrapperApplication.wxs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBootstrapperApplication.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBootstrapperApplication.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBootstrapperApplication.wxs index 2d36934f..88c4cf1b 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBootstrapperApplication.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleBundle/MultiFileBootstrapperApplication.wxs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 3 | <Fragment> | 3 | <Fragment> |
| 4 | <BootstrapperApplication Id="fakeba" SourceFile="fakeba.dll" /> | 4 | <BootstrapperApplication Id="fakeba" SourceFile="fakeba.dll" /> |
| 5 | </Fragment> | 5 | </Fragment> |
| 6 | </Wix> | 6 | </Wix> |
