diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-10-07 14:41:09 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-10-07 21:44:46 -0700 |
| commit | 59a8dadcee33343dd724e4e048f0a471f314452f (patch) | |
| tree | 552ad507bb75cd644217408a1b8cf518427476cb /src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | |
| parent | 3a2c3c799eead15c26f5d65d16e6e01b4a0e8c64 (diff) | |
| download | wix-59a8dadcee33343dd724e4e048f0a471f314452f.tar.gz wix-59a8dadcee33343dd724e4e048f0a471f314452f.tar.bz2 wix-59a8dadcee33343dd724e4e048f0a471f314452f.zip | |
Write Font table correctly
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs index c391abac..1ab51714 100644 --- a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | |||
| @@ -294,7 +294,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 294 | } | 294 | } |
| 295 | } | 295 | } |
| 296 | 296 | ||
| 297 | [Fact(Skip = "Test demonstrates failure")] | 297 | [Fact] |
| 298 | public void PopulatesFontTable() | 298 | public void PopulatesFontTable() |
| 299 | { | 299 | { |
| 300 | var folder = TestData.Get(@"TestData"); | 300 | var folder = TestData.Get(@"TestData"); |
