diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2019-09-30 11:43:19 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2019-09-30 13:14:35 +1000 |
| commit | e23ee409c762dbc8d5f63007a15765b12706a1f0 (patch) | |
| tree | e85390175694bc303d094e28bdf59452adc43d15 /src/test/WixToolsetTest.CoreIntegration/TestData | |
| parent | 4d52ab54b8ea64507ffe94910cbcfdf07d7d93c8 (diff) | |
| download | wix-e23ee409c762dbc8d5f63007a15765b12706a1f0.tar.gz wix-e23ee409c762dbc8d5f63007a15765b12706a1f0.tar.bz2 wix-e23ee409c762dbc8d5f63007a15765b12706a1f0.zip | |
Add failing test for Font.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/Font/FontTitle.wxs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Font/FontTitle.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/Font/FontTitle.wxs new file mode 100644 index 00000000..b7899b87 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/Font/FontTitle.wxs | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 3 | <Fragment> | ||
| 4 | <ComponentGroup Id="ProductComponents"> | ||
| 5 | <Component Id="FontComp" Directory="INSTALLFOLDER"> | ||
| 6 | <File Source="test.txt" FontTitle="FakeFont" /> | ||
| 7 | </Component> | ||
| 8 | </ComponentGroup> | ||
| 9 | </Fragment> | ||
| 10 | </Wix> | ||
