sw/qa/uitest/writer_tests6/tdf157569_formula_font_size.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c404df3e0dd77341fd1e6cda002491ce59043713 Author: Mike Kaganski <[email protected]> AuthorDate: Thu Mar 5 06:49:13 2026 +0100 Commit: Mike Kaganski <[email protected]> CommitDate: Thu Mar 5 08:48:41 2026 +0100 Fix a UITest on Windows - again Previously changed in commits 9f428717f97d2d129a4e3e9e9428245b6621c3f7 (Fix a UITest on Windows, 2024-03-11), and 2642643ec07cd7f3d28fe558769297578c36de19 (tdf#160622: Let SalLayout::GetBoundRect return basegfx::B2DRectangle, 2024-04-19). I re-run the test, and it changed again - and again, no idea why. Change-Id: I1ca63fc4908f92c5d5b7f47619d6fae8fe60390b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200997 Tested-by: Jenkins Reviewed-by: Mike Kaganski <[email protected]> diff --git a/sw/qa/uitest/writer_tests6/tdf157569_formula_font_size.py b/sw/qa/uitest/writer_tests6/tdf157569_formula_font_size.py index 79816d4e7d68..40df493a6193 100644 --- a/sw/qa/uitest/writer_tests6/tdf157569_formula_font_size.py +++ b/sw/qa/uitest/writer_tests6/tdf157569_formula_font_size.py @@ -24,7 +24,7 @@ class tdf157569(UITestCase): # AssertionError: 1663 != 944 self.assertEqual(1663, nHeight) if platform.system() == "Windows": - self.assertEqual(2155, nWidth) # no idea why it's different on Windows + self.assertEqual(2157, nWidth) # no idea why it's different on Windows else: self.assertEqual(2120, nWidth)
