Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-09-28 01:57:20 +0300
committerGitHub <noreply@github.com>2017-09-28 01:57:20 +0300
commitdc15b81c6746ff324a4b93b0d83954b44da9bbac (patch)
tree22f70ae49b2abb011f57fb42b96b34909bb71b61 /src/System.Drawing.Common
parent7fa45467cf38215e519994c5337af93f06d2d17a (diff)
Re-enable InstalledFontCollection tests on Unix. (#24263)
* Re-enable InstalledFontCollection tests on Unix. * Disable font tests on RHEL 7.3.
Diffstat (limited to 'src/System.Drawing.Common')
-rw-r--r--src/System.Drawing.Common/tests/Text/InstalledFontCollectionTests.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/System.Drawing.Common/tests/Text/InstalledFontCollectionTests.cs b/src/System.Drawing.Common/tests/Text/InstalledFontCollectionTests.cs
index 97cbc9007e..e35710dd90 100644
--- a/src/System.Drawing.Common/tests/Text/InstalledFontCollectionTests.cs
+++ b/src/System.Drawing.Common/tests/Text/InstalledFontCollectionTests.cs
@@ -7,8 +7,7 @@ namespace System.Drawing.Text.Tests
{
public class InstalledFontCollectionTests
{
- [ActiveIssue(20884, TestPlatforms.AnyUnix)]
- [ConditionalFact(Helpers.GdiplusIsAvailable)]
+ [ConditionalFact(Helpers.GdiPlusIsAvailableNotRedhat73)]
public void Ctor_Default()
{
using (var fontCollection = new InstalledFontCollection())
@@ -17,8 +16,7 @@ namespace System.Drawing.Text.Tests
}
}
- [ActiveIssue(20884, TestPlatforms.AnyUnix)]
- [ConditionalFact(Helpers.GdiplusIsAvailable)]
+ [ConditionalFact(Helpers.GdiPlusIsAvailableNotRedhat73)]
public void Families_GetWhenDisposed_ReturnsNonEmpty()
{
var fontCollection = new InstalledFontCollection();