aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs
index a4c01d7e..59eeb027 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs
@@ -4,7 +4,6 @@
4 <Package InstallerVersion="200" Compressed="no" InstallScope="perMachine" /> 4 <Package InstallerVersion="200" Compressed="no" InstallScope="perMachine" />
5 5
6 <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" /> 6 <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />
7 <MediaTemplate />
8 7
9 <CustomAction Id="CanWeReferenceAnError_YesWeCan" Error="1234" /> 8 <CustomAction Id="CanWeReferenceAnError_YesWeCan" Error="1234" />
10 <CustomAction Id="TextErrorsWorkOKToo" Error="If you see this, something went wrong." /> 9 <CustomAction Id="TextErrorsWorkOKToo" Error="If you see this, something went wrong." />