sw/qa/core/text/text.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2e919d76f19c1c57b5248361d29abc3bcd6b6da0
Author:     madhura <[email protected]>
AuthorDate: Sun Mar 1 09:37:42 2026 +0000
Commit:     Ilmari Lauhakangas <[email protected]>
CommitDate: Sun Mar 1 14:19:58 2026 +0100

    tdf#168520 sw: Rename testTdf89288 to describe kerning behavior
    
    Rename testTdf89288 to a human-readable name describing
    the kerning behavior being tested.
    The old test name was based on the original bug number.
    Rename it to reflect the actual tested behavior
    (kerning between Western/Complex and Western/Asian scripts)
    for better readability and maintainability.
    
    No functional change.
    
    Change-Id: Ie5f21565e4168d15e127dbd973a87a0d1024e308
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200698
    Tested-by: Jenkins
    Reviewed-by: Ilmari Lauhakangas <[email protected]>

diff --git a/sw/qa/core/text/text.cxx b/sw/qa/core/text/text.cxx
index 8c2bbd141719..9659b58868c4 100644
--- a/sw/qa/core/text/text.cxx
+++ b/sw/qa/core/text/text.cxx
@@ -1510,7 +1510,7 @@ CPPUNIT_TEST_FIXTURE(SwCoreTextTest, 
testFloattableAnchorNextPage)
     CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(3), rPage1Objs.size());
 }
 
-CPPUNIT_TEST_FIXTURE(SwCoreTextTest, testTdf89288)
+CPPUNIT_TEST_FIXTURE(SwCoreTextTest, 
testTdf89288_KerningBehaviorBetweenScriptTypes)
 {
     // Given a document with 2 paragraphs of mixed Complex and Western text,
     // and 2 other paragraphs of mixed Western and Asian text:

Reply via email to