aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-01-06 14:54:31 -0500
committerBob Arnson <bob@firegiant.com>2020-01-06 15:04:11 -0500
commit69651a71ff2fdc1e9897b878782d79dcc1f9b896 (patch)
tree103699cd0d8a3f8887c3f0b04f33f411fde62789 /src/test/WixToolsetTest.CoreIntegration/TestData
parent427e1a8c65c038e63674503f4f56e53fe00ac7f0 (diff)
downloadwix-69651a71ff2fdc1e9897b878782d79dcc1f9b896.tar.gz
wix-69651a71ff2fdc1e9897b878782d79dcc1f9b896.tar.bz2
wix-69651a71ff2fdc1e9897b878782d79dcc1f9b896.zip
Ensure Errors have ids so they can be referenced.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs3
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>