summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Heinisch <andreas.heinisch@yahoo.de>2025-09-24 14:31:42 +0200
committerAndreas Heinisch <andreas.heinisch@yahoo.de>2025-09-24 17:25:16 +0200
commit3e8a15d37d11ee05cb70a1a52e7070cdd887848a (patch)
tree373a47039ea33e2a343a4758ab33fca91903d233
parentb37b03b2a929eaa2aa984c1913a614024b4d3a0f (diff)
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 <andreas.heinisch@yahoo.de>
-rw-r--r--sc/qa/uitest/autofilter2/tdf168478_restore_multiple_cell_selection.py (renamed from sc/qa/uitest/autofilter2/tdf168478.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/uitest/autofilter2/tdf168478.py b/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")