sc/qa/uitest/calc_tests8/tdf131638_enter_something_to_text_formatted_cell.py | 
   4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 42d9d2aeaca26c6693d76ffa160bbb7f0c382f3f
Author:     Roman <[email protected]>
AuthorDate: Sat Nov 15 19:34:51 2025 +0300
Commit:     Ilmari Lauhakangas <[email protected]>
CommitDate: Sat Nov 15 19:27:40 2025 +0100

    tdf#168520 Rename UI tests in calc_tests8
    
    Change-Id: I86279a8c9456290203873b7f191388b8315fffb4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194054
    Reviewed-by: Ilmari Lauhakangas <[email protected]>
    Tested-by: Jenkins

diff --git a/sc/qa/uitest/calc_tests8/tdf119343.py 
b/sc/qa/uitest/calc_tests8/tdf119343_calculate_pasted_formula.py
similarity index 100%
rename from sc/qa/uitest/calc_tests8/tdf119343.py
rename to sc/qa/uitest/calc_tests8/tdf119343_calculate_pasted_formula.py
diff --git a/sc/qa/uitest/calc_tests8/tdf124829.py 
b/sc/qa/uitest/calc_tests8/tdf124829_cut_undo_selected_all_cells.py
similarity index 100%
rename from sc/qa/uitest/calc_tests8/tdf124829.py
rename to sc/qa/uitest/calc_tests8/tdf124829_cut_undo_selected_all_cells.py
diff --git a/sc/qa/uitest/calc_tests8/tdf125051.py 
b/sc/qa/uitest/calc_tests8/tdf125051_spellcheking.py
similarity index 100%
rename from sc/qa/uitest/calc_tests8/tdf125051.py
rename to sc/qa/uitest/calc_tests8/tdf125051_spellcheking.py
diff --git a/sc/qa/uitest/calc_tests8/tdf126248.py 
b/sc/qa/uitest/calc_tests8/tdf126248_fontname_checking.py
similarity index 100%
rename from sc/qa/uitest/calc_tests8/tdf126248.py
rename to sc/qa/uitest/calc_tests8/tdf126248_fontname_checking.py
diff --git a/sc/qa/uitest/calc_tests8/tdf131638.py 
b/sc/qa/uitest/calc_tests8/tdf131638_enter_something_to_text_formatted_cell.py
similarity index 95%
rename from sc/qa/uitest/calc_tests8/tdf131638.py
rename to 
sc/qa/uitest/calc_tests8/tdf131638_enter_something_to_text_formatted_cell.py
index bafbfc5d8567..456c6a0225d9 100644
--- a/sc/qa/uitest/calc_tests8/tdf131638.py
+++ 
b/sc/qa/uitest/calc_tests8/tdf131638_enter_something_to_text_formatted_cell.py
@@ -12,9 +12,9 @@ from uitest.uihelper.common import get_url_for_data_file
 from libreoffice.calc.document import get_cell_by_position
 from libreoffice.uno.propertyvalue import mkPropertyValues
 
-class tdf137726(UITestCase):
+class tdf131638(UITestCase):
 
-    def test_tdf137726(self):
+    def test_tdf131638(self):
         with self.ui_test.load_file(get_url_for_data_file("tdf131638.ods")) as 
calc_doc:
             MainWindow = self.xUITest.getTopFocusWindow()
             grid_window = MainWindow.getChild("grid_window")
diff --git a/sc/qa/uitest/calc_tests8/tdf137726.py 
b/sc/qa/uitest/calc_tests8/tdf137726_closing_pivot_table_dialogs.py
similarity index 100%
rename from sc/qa/uitest/calc_tests8/tdf137726.py
rename to sc/qa/uitest/calc_tests8/tdf137726_closing_pivot_table_dialogs.py
diff --git a/sc/qa/uitest/calc_tests8/tdf144457.py 
b/sc/qa/uitest/calc_tests8/tdf144457_date_patterns_options_dlg_languages.py
similarity index 100%
rename from sc/qa/uitest/calc_tests8/tdf144457.py
rename to 
sc/qa/uitest/calc_tests8/tdf144457_date_patterns_options_dlg_languages.py
diff --git a/sc/qa/uitest/calc_tests8/tdf144940.py 
b/sc/qa/uitest/calc_tests8/tdf144940_header_footer_enabled_after_file_reload.py
similarity index 100%
rename from sc/qa/uitest/calc_tests8/tdf144940.py
rename to 
sc/qa/uitest/calc_tests8/tdf144940_header_footer_enabled_after_file_reload.py
diff --git a/sc/qa/uitest/calc_tests8/tdf147086.py 
b/sc/qa/uitest/calc_tests8/tdf147086_do_not_save_empty_password_OOXML.py
similarity index 100%
rename from sc/qa/uitest/calc_tests8/tdf147086.py
rename to sc/qa/uitest/calc_tests8/tdf147086_do_not_save_empty_password_OOXML.py
diff --git a/sc/qa/uitest/calc_tests8/tdf152717.py 
b/sc/qa/uitest/calc_tests8/tdf152717_DDE_link.py
similarity index 100%
rename from sc/qa/uitest/calc_tests8/tdf152717.py
rename to sc/qa/uitest/calc_tests8/tdf152717_DDE_link.py
diff --git a/sc/qa/uitest/calc_tests8/tdf163275.py 
b/sc/qa/uitest/calc_tests8/tdf163275_checking_formula_dialog.py
similarity index 100%
rename from sc/qa/uitest/calc_tests8/tdf163275.py
rename to sc/qa/uitest/calc_tests8/tdf163275_checking_formula_dialog.py
diff --git a/sc/qa/uitest/calc_tests8/tdf54768.py 
b/sc/qa/uitest/calc_tests8/tdf54768_restore_size_of_cropped_image.py
similarity index 100%
rename from sc/qa/uitest/calc_tests8/tdf54768.py
rename to sc/qa/uitest/calc_tests8/tdf54768_restore_size_of_cropped_image.py

Reply via email to