diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs index 6da3dcbe..a4c01d7e 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs | |||
| @@ -6,6 +6,9 @@ | |||
| 6 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> | 6 | <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> |
| 7 | <MediaTemplate /> | 7 | <MediaTemplate /> |
| 8 | 8 | ||
| 9 | <CustomAction Id="CanWeReferenceAnError_YesWeCan" Error="1234" /> | ||
| 10 | <CustomAction Id="TextErrorsWorkOKToo" Error="If you see this, something went wrong." /> | ||
| 11 | |||
| 9 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> | 12 | <Feature Id="ProductFeature" Title="!(loc.FeatureTitle)"> |
| 10 | <ComponentGroupRef Id="ProductComponents" /> | 13 | <ComponentGroupRef Id="ProductComponents" /> |
| 11 | </Feature> | 14 | </Feature> |
