From 26745e523d9be8403573d0ea700f1f417fbf6c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 3 Feb 2022 21:03:19 +0000 Subject: [PATCH] the fedora kacst-book-fonts-2.0-26 does have these western glyphs Change-Id: I4149acfc93e7f48aa98fc001c7958868e118b558 --- vcl/qa/cppunit/text.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vcl/qa/cppunit/text.cxx b/vcl/qa/cppunit/text.cxx index eef1478286d5..0eef380ee1b5 100644 --- a/vcl/qa/cppunit/text.cxx +++ b/vcl/qa/cppunit/text.cxx @@ -53,7 +53,7 @@ public: void testImplLayoutArgsBiDiStrong(); void testImplLayoutArgsBiDiRtl(); void testImplLayoutArgsRightAlign(); - void testImplLayoutArgs_PrepareFallback_precalculatedglyphs(); + // void testImplLayoutArgs_PrepareFallback_precalculatedglyphs(); CPPUNIT_TEST_SUITE(VclTextTest); CPPUNIT_TEST(testSimpleText); @@ -66,7 +66,7 @@ public: CPPUNIT_TEST(testImplLayoutArgsBiDiStrong); CPPUNIT_TEST(testImplLayoutArgsBiDiRtl); CPPUNIT_TEST(testImplLayoutArgsRightAlign); - CPPUNIT_TEST(testImplLayoutArgs_PrepareFallback_precalculatedglyphs); + // CPPUNIT_TEST(testImplLayoutArgs_PrepareFallback_precalculatedglyphs); CPPUNIT_TEST_SUITE_END(); }; @@ -682,6 +682,7 @@ void VclTextTest::testImplLayoutArgsRightAlign() CPPUNIT_ASSERT(*pRTL); } +#if 0 void VclTextTest::testImplLayoutArgs_PrepareFallback_precalculatedglyphs() { // this font has no latin characters and thus needs fallback @@ -726,6 +727,7 @@ void VclTextTest::testImplLayoutArgs_PrepareFallback_precalculatedglyphs() CPPUNIT_ASSERT_EQUAL(22, *nEndRunPos); CPPUNIT_ASSERT(!*pRTL); } +#endif CPPUNIT_TEST_SUITE_REGISTRATION(VclTextTest); -- 2.33.1