diff options
-rw-r--r-- | src/wix/test/WixToolsetTest.CoreIntegration/TestData/Property/BadProperty.wxs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Property/BadProperty.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Property/BadProperty.wxs index 2ab6f7d8..a35b531c 100644 --- a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Property/BadProperty.wxs +++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Property/BadProperty.wxs | |||
@@ -2,6 +2,7 @@ | |||
2 | <Package Name="Bad Property" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> | 2 | <Package Name="Bad Property" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> |
3 | <MajorUpgrade DowngradeErrorMessage="Downgrade error message." /> | 3 | <MajorUpgrade DowngradeErrorMessage="Downgrade error message." /> |
4 | 4 | ||
5 | <Property Id="AB" Value="ab[1]" /> | ||
5 | <Property Id="Break" Value="[X] [Y]" /> | 6 | <Property Id="Break" Value="[X] [Y]" /> |
6 | 7 | ||
7 | <Feature Id="ProductFeature"> | 8 | <Feature Id="ProductFeature"> |