download.lst                       |    4 ++--
 vcl/qa/cppunit/FontFeatureTest.cxx |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 5b232cf7d0f4525869e7ce4668d1edba5ef73b53
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Fri Mar 28 15:26:12 2025 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sat Mar 29 17:31:14 2025 +0100

    Amiri: upgrade to 1.001
    
    Downloaded from 
https://github.com/aliftype/amiri/archive/refs/tags/1.001.zip
    
    Change-Id: Ib6bd5ed05cbb282fde0bcab44b715350fdf252ce
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183455
    Tested-by: Jenkins
    Reviewed-by: Khaled Hosny <kha...@libreoffice.org>
    (cherry picked from commit c42357adc04648d2607346e78514ea1b8503b077)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183470

diff --git a/download.lst b/download.lst
index 14db5d4e7f27..aa94b0cb198c 100644
--- a/download.lst
+++ b/download.lst
@@ -247,8 +247,8 @@ FONT_ALEF_TARBALL := alef-1.001.tar.gz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-FONT_AMIRI_SHA256SUM := 
926fe1bd7dfde8e55178281f645258bfced6420c951c6f2fd532fd21691bca30
-FONT_AMIRI_TARBALL := Amiri-1.000.zip
+FONT_AMIRI_SHA256SUM := 
cae999a9fc5638cb69cf0812e8bca1437ef1ebbf094f8b3c5b3f0a3ea2ef8c3a
+FONT_AMIRI_TARBALL := Amiri-1.001.zip
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
diff --git a/vcl/qa/cppunit/FontFeatureTest.cxx 
b/vcl/qa/cppunit/FontFeatureTest.cxx
index 1b8dd40213b6..51fc9e24b114 100644
--- a/vcl/qa/cppunit/FontFeatureTest.cxx
+++ b/vcl/qa/cppunit/FontFeatureTest.cxx
@@ -146,16 +146,16 @@ void FontFeatureTest::testGetFontFeaturesOpenType()
     for (vcl::font::Feature const& rFeature : rFontFeatures)
         aFeaturesString += vcl::font::featureCodeAsString(rFeature.m_nCode) + 
" ";
 
-    CPPUNIT_ASSERT_EQUAL(size_t(17), rFontFeatures.size());
+    CPPUNIT_ASSERT_EQUAL(size_t(15), rFontFeatures.size());
 
-    CPPUNIT_ASSERT_EQUAL(u"calt calt dnom liga numr pnum ss01 ss02 "
+    CPPUNIT_ASSERT_EQUAL(u"dnom liga numr pnum ss01 ss02 "
                          "ss03 ss04 ss05 ss06 ss07 ss08 kern kern "
                          "ss05 "_ustr,
                          aFeaturesString);
 
     // Check ss01 feature
     {
-        vcl::font::Feature& rFeature = rFontFeatures[6];
+        vcl::font::Feature& rFeature = rFontFeatures[4];
         CPPUNIT_ASSERT_EQUAL(vcl::font::featureCode("ss01"), rFeature.m_nCode);
 
         vcl::font::FeatureDefinition& rFeatureDefinition = 
rFeature.m_aDefinition;

Reply via email to