sc/qa/uitest/autofilter/autofilter.py | 2 +- sc/qa/uitest/solver/solver.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit afeb4b7549c03e7b3d31f9db9029148ca563c476 Author: Dustin Hoeppner <[email protected]> AuthorDate: Wed Jan 28 21:36:23 2026 -0600 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Thu Feb 19 18:36:08 2026 +0100 tdf#168520 rename test_tdf138438 to test_tdf138438_top_10_autofilter Change-Id: Ie07795b628e6aadce93d5b57e425fd0b2c05acc2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198332 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/sc/qa/uitest/autofilter/autofilter.py b/sc/qa/uitest/autofilter/autofilter.py index bcbc8ccad769..ae17ba6813c8 100644 --- a/sc/qa/uitest/autofilter/autofilter.py +++ b/sc/qa/uitest/autofilter/autofilter.py @@ -464,7 +464,7 @@ class AutofilterTest(UITestCase): xCloseButton.executeAction("CLICK", tuple()) - def test_tdf138438(self): + def test_tdf138438_top_10_autofilter(self): with self.ui_test.load_file(get_url_for_data_file("tdf138438.ods")) as doc: xGridWin = self.xUITest.getTopFocusWindow().getChild("grid_window") commit 211dd2464eb7a97e61256c804a5d0ff560ecfd32 Author: Dustin Hoeppner <[email protected]> AuthorDate: Tue Jan 27 16:53:52 2026 -0600 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Thu Feb 19 18:35:58 2026 +0100 tdf#168520 Rename test to describe hidden ranges persistence Rename test_tdf160064 to test_tdf160064_hidden_named_ranges_persist_after_reload to better describe what the test validates. Change-Id: I6c37ae210053fafa6325e38fd2ecf7b0753dec8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198241 Reviewed-by: Ilmari Lauhakangas <[email protected]> Tested-by: Jenkins diff --git a/sc/qa/uitest/solver/solver.py b/sc/qa/uitest/solver/solver.py index ed8132b0f205..cff9f61c53ce 100644 --- a/sc/qa/uitest/solver/solver.py +++ b/sc/qa/uitest/solver/solver.py @@ -134,7 +134,7 @@ class solver(UITestCase): # Tests whether all solver named ranges are hidden in the UI - def test_tdf160064(self): + def test_tdf160064_hidden_named_ranges_persist_after_reload(self): # This test uses the same file from bug tdf#160104, so no need to check if the model is correct upon opening with self.ui_test.load_file(get_url_for_data_file("tdf160104.ods")) as calc_doc: # The Manage Names dialog must not contain any names
