diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2019-10-15 10:52:02 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2019-10-15 11:20:07 +1000 |
| commit | 868956398ebb9ac6cc47266b185ec39c94b57b6e (patch) | |
| tree | 16874c92039a742e1f5f3c98a103f34c5cc58965 /src/test/WixToolsetTest.CoreIntegration/TestData/TextStyle | |
| parent | 9dbf5fbb89d146f1ced4a36072a66b9a24fb9015 (diff) | |
| download | wix-868956398ebb9ac6cc47266b185ec39c94b57b6e.tar.gz wix-868956398ebb9ac6cc47266b185ec39c94b57b6e.tar.bz2 wix-868956398ebb9ac6cc47266b185ec39c94b57b6e.zip | |
Add failing test for TextStyle when Color is null.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/TextStyle')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/ColorNull.wxs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/ColorNull.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/ColorNull.wxs new file mode 100644 index 00000000..669de6ec --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/TextStyle/ColorNull.wxs | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 3 | <Fragment> | ||
| 4 | <ComponentGroup Id="ProductComponents"> | ||
| 5 | <ComponentGroupRef Id="MinimalComponentGroup"></ComponentGroupRef> | ||
| 6 | </ComponentGroup> | ||
| 7 | |||
| 8 | <UI Id="CustomUI"> | ||
| 9 | <TextStyle Id="FirstTextStyle" FaceName="Arial" Size="2" /> | ||
| 10 | </UI> | ||
| 11 | </Fragment> | ||
| 12 | </Wix> | ||
