diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-02-24 20:44:34 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-02-24 20:48:08 -0500 |
| commit | f56ab787834ce5ecb1b40f71fb7c7f6b470ab1e3 (patch) | |
| tree | 52ef7a6f28a267961198cd84efabecbc8a622268 /src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | |
| parent | 8f642efb64859802c98e72676d48ac10b448bd0f (diff) | |
| download | wix-f56ab787834ce5ecb1b40f71fb7c7f6b470ab1e3.tar.gz wix-f56ab787834ce5ecb1b40f71fb7c7f6b470ab1e3.tar.bz2 wix-f56ab787834ce5ecb1b40f71fb7c7f6b470ab1e3.zip | |
Fix File/@TrueType.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs index 6fd02d5f..d93b3d54 100644 --- a/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/MsiQueryFixture.cs | |||
| @@ -594,7 +594,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 594 | } | 594 | } |
| 595 | } | 595 | } |
| 596 | 596 | ||
| 597 | [Fact(Skip = "Test demonstrates failure")] | 597 | [Fact] |
| 598 | public void PopulatesFontTableFromTrueType() | 598 | public void PopulatesFontTableFromTrueType() |
| 599 | { | 599 | { |
| 600 | var folder = TestData.Get(@"TestData"); | 600 | var folder = TestData.Get(@"TestData"); |
| @@ -622,7 +622,7 @@ namespace WixToolsetTest.CoreIntegration | |||
| 622 | var results = Query.QueryDatabase(msiPath, new[] { "Font" }); | 622 | var results = Query.QueryDatabase(msiPath, new[] { "Font" }); |
| 623 | Assert.Equal(new[] | 623 | Assert.Equal(new[] |
| 624 | { | 624 | { |
| 625 | "Font:TrueTypeFontComp.ttf\t", | 625 | "Font:TrueTypeFontFile\t", |
| 626 | }, results); | 626 | }, results); |
| 627 | } | 627 | } |
| 628 | } | 628 | } |
