sc/qa/uitest/autofilter2/tdf168478_restore_multiple_cell_selection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3e8a15d37d11ee05cb70a1a52e7070cdd887848a Author: Andreas Heinisch <[email protected]> AuthorDate: Wed Sep 24 14:31:42 2025 +0200 Commit: Andreas Heinisch <[email protected]> CommitDate: Wed Sep 24 17:25:16 2025 +0200 tdf#168520 - Rename tdf168478 to tdf168478_restore_multiple_cell_selection Change-Id: I56e7343bcd89948b96606d13d901b53ac7fa7cfe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191446 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <[email protected]> diff --git a/sc/qa/uitest/autofilter2/tdf168478.py b/sc/qa/uitest/autofilter2/tdf168478_restore_multiple_cell_selection.py similarity index 97% rename from sc/qa/uitest/autofilter2/tdf168478.py rename to sc/qa/uitest/autofilter2/tdf168478_restore_multiple_cell_selection.py index b886aa672441..209562d861b8 100644 --- a/sc/qa/uitest/autofilter2/tdf168478.py +++ b/sc/qa/uitest/autofilter2/tdf168478_restore_multiple_cell_selection.py @@ -14,7 +14,7 @@ from libreoffice.uno.propertyvalue import mkPropertyValues class tdf168478(UITestCase): - def test_tdf168478_restore_multiple_selection(self): + def test_tdf168478_restore_multiple_cell_selection(self): with self.ui_test.create_doc_in_start_center("calc") as calcDoc: xCalcDoc = self.xUITest.getTopFocusWindow() xGridWindow = xCalcDoc.getChild("grid_window")
