vcl/qa/cppunit/text.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ed4c7929e4368a5bfa1527206ec1e01af0d40c54 Author: Patrick Luby <patrick.l...@collabora.com> AuthorDate: Sun Feb 19 11:08:21 2023 -0500 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Sun Feb 19 19:02:53 2023 +0000 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.ti...@collabora.com> Tested-by: Andras Timar <andras.ti...@collabora.com> 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);