sw/qa/uitest/writer_tests8/tdf160170.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 938022c445545a16010951515c88d6c45f138d70
Author:     László Németh <nem...@numbertext.org>
AuthorDate: Fri Jun 13 10:19:02 2025 +0200
Commit:     László Németh <nem...@numbertext.org>
CommitDate: Fri Jun 13 11:29:38 2025 +0200

    tdf#166113 sw smart justify: fix tdf160170.py regression test
    
    Improved interoperability of smart justify has been changed line breaking.
    
    Regression since commit 529755f0919217a84a12daad0fddfddd1124f0e9
    
    Change-Id: Ib496d0d7b7856bef02b5692d76bdef1c004b3d67
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186446
    Tested-by: László Németh <nem...@numbertext.org>
    Reviewed-by: László Németh <nem...@numbertext.org>

diff --git a/sw/qa/uitest/writer_tests8/tdf160170.py 
b/sw/qa/uitest/writer_tests8/tdf160170.py
index e90a6660c738..60437c84cf3b 100644
--- a/sw/qa/uitest/writer_tests8/tdf160170.py
+++ b/sw/qa/uitest/writer_tests8/tdf160170.py
@@ -82,4 +82,4 @@ class tdf160170(UITestCase):
             paragraphs = writer_doc.Text.createEnumeration()
             para1 = paragraphs.nextElement()
             # This was " pellentesque est orvi.", i.e. too much shrinking
-            self.assertEqual(" Fusce pellentesque est orci.", para1.String)
+            self.assertEqual("tra. Fusce pellentesque est orci.", para1.String)

Reply via email to