diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2019-09-30 11:36:49 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2019-09-30 13:14:35 +1000 |
| commit | 4d52ab54b8ea64507ffe94910cbcfdf07d7d93c8 (patch) | |
| tree | 02fee3d4c7aeaa258ce7edce3210b3914f066ec7 /src/test/WixToolsetTest.CoreIntegration/TestData | |
| parent | 5baccaff10f10ae135a1de20ce22608c7dafbb11 (diff) | |
| download | wix-4d52ab54b8ea64507ffe94910cbcfdf07d7d93c8.tar.gz wix-4d52ab54b8ea64507ffe94910cbcfdf07d7d93c8.tar.bz2 wix-4d52ab54b8ea64507ffe94910cbcfdf07d7d93c8.zip | |
Add failing test for ReserveCost.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/ReserveCost/ReserveCost.wxs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ReserveCost/ReserveCost.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/ReserveCost/ReserveCost.wxs new file mode 100644 index 00000000..3218295b --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/ReserveCost/ReserveCost.wxs | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 3 | <Fragment> | ||
| 4 | <ComponentGroup Id="ProductComponents"> | ||
| 5 | <Component Id="ReserveCostComp" Directory="INSTALLFOLDER" Guid="5B3B3FC1-533D-4C29-BFB3-0E88B51E59D8"> | ||
| 6 | <File Source="test.txt" /> | ||
| 7 | <ReserveCost Id="TestCost" RunFromSource="200" RunLocal="100"></ReserveCost> | ||
| 8 | </Component> | ||
| 9 | </ComponentGroup> | ||
| 10 | </Fragment> | ||
| 11 | </Wix> | ||
