summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Luby <patrick.luby@collabora.com>2023-02-19 11:08:21 -0500
committerAndras Timar <andras.timar@collabora.com>2023-02-19 19:02:53 +0000
commited4c7929e4368a5bfa1527206ec1e01af0d40c54 (patch)
tree9309e8d784c2fcf531ef61d3e5d1adda35fcc304
parent306dfe210814e538be803ff241fb6130e35a7554 (diff)
Cherry-pick fix for unit test failure on macOS from master
Original fix cherry-picked from the following URL: https://gerrit.libreoffice.org/c/core/+/143647/2/vcl/qa/cppunit/text.cxx Change-Id: I08e184a3270494cb2174010e3b9373f239639213 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147300 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--vcl/qa/cppunit/text.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/text.cxx b/vcl/qa/cppunit/text.cxx
index a6b08643f2fb..267388c0c293 100644
--- a/vcl/qa/cppunit/text.cxx
+++ b/vcl/qa/cppunit/text.cxx
@@ -685,7 +685,7 @@ void VclTextTest::testImplLayoutArgsRightAlign()
void VclTextTest::testImplLayoutArgs_PrepareFallback_precalculatedglyphs()
{
// this font has no latin characters and thus needs fallback
- const vcl::Font aFont("KacstBook", Size(0, 36));
+ const vcl::Font aFont("Amiri", Size(0, 36));
ScopedVclPtrInstance<VirtualDevice> pVirDev;
pVirDev->SetFont(aFont);