download.lst | 4 ++-- vcl/qa/cppunit/pdfexport/pdfexport.cxx | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-)
New commits: commit 9e8a3e5a502a4ee17e6b6141d1d7c967fc55c4a5 Author: Xisco Fauli <[email protected]> AuthorDate: Mon Oct 27 12:21:15 2025 +0100 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Tue Oct 28 18:40:46 2025 +0100 ReemKufi: upgrade to 2.0 Adapt test (anonymous namespace)::testTdf66597_2::TestBody since Regular has been dropped from font’s full name see https://github.com/aliftype/reem-kufi/commit/19b763750f7d4b63377b8cd82252d73a48e18fbf Downloaded from https://github.com/aliftype/reem-kufi/releases/download/v2.0/ReemKufi-2.0.zip Change-Id: I92b7878b6b57e90474d81fb9b8a7cdced742e69c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193028 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]> Signed-off-by: Xisco Fauli <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193100 Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/download.lst b/download.lst index 20eb52836e8c..566ebdb7c359 100644 --- a/download.lst +++ b/download.lst @@ -252,8 +252,8 @@ FONT_AMIRI_TARBALL := Amiri-1.001.zip # three static lines # so that git cherry-pick # will not run into conflicts -FONT_REEM_SHA256SUM := 6bf586b0473edaaca19dbd594c25e2bf6111952b8643a262976b7fa75ef345dc -FONT_REEM_TARBALL := ReemKufi-1.8.zip +FONT_REEM_SHA256SUM := 94ae468fd88f37011607f03466bfc3a03fb617682b7bac6419b70de94cac22f0 +FONT_REEM_TARBALL := ReemKufi-2.0.zip # three static lines # so that git cherry-pick # will not run into conflicts diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx index 07f42e6b03c7..5a6415cd0f1f 100644 --- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx +++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx @@ -1718,8 +1718,7 @@ CPPUNIT_TEST_FIXTURE(PdfExportTest, testTdf66597_2) auto pName = dynamic_cast<vcl::filter::PDFNameElement*>(pObject->Lookup("BaseFont"_ostr)); auto aName = pName->GetValue().copy(7); // skip the subset id - CPPUNIT_ASSERT_EQUAL_MESSAGE("Unexpected font name", "ReemKufi-Regular"_ostr, - aName); + CPPUNIT_ASSERT_EQUAL_MESSAGE("Unexpected font name", "ReemKufi"_ostr, aName); auto pToUnicodeRef = dynamic_cast<vcl::filter::PDFReferenceElement*>( pObject->Lookup("ToUnicode"_ostr));
