Kaydet (Commit) fadd8727 authored tarafından Noel Grandin's avatar Noel Grandin

undef more vcl_font_feature test on windows

Change-Id: If8697d13b8fa87fd07e8fef9cb6fdcb0f444fa71
Reviewed-on: https://gerrit.libreoffice.org/57775
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 76b43425
...@@ -70,9 +70,10 @@ void FontFeatureTest::testGetFontFeatures() ...@@ -70,9 +70,10 @@ void FontFeatureTest::testGetFontFeatures()
} }
} }
#if !defined(_WIN32)
// periodically fails on windows tinderbox like tb77 with a value of 27
CPPUNIT_ASSERT_EQUAL(size_t(20), rDefaultFontFeatures.size()); CPPUNIT_ASSERT_EQUAL(size_t(20), rDefaultFontFeatures.size());
#if !defined(_WIN32)
OUString aExpectedFeaturesString = "aalt c2sc case dlig frac hlig liga lnum " OUString aExpectedFeaturesString = "aalt c2sc case dlig frac hlig liga lnum "
"onum pnum salt sinf smcp ss01 ss02 ss03 " "onum pnum salt sinf smcp ss01 ss02 ss03 "
"sups tnum zero cpsp "; "sups tnum zero cpsp ";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment