sc/qa/uitest/calc_tests/mergedRowsColumns.py | 1 - sc/qa/uitest/calc_tests7/tdf117987.py | 2 ++ sc/qa/uitest/calc_tests8/navigator.py | 1 + sc/qa/uitest/calc_tests9/tdf113571.py | 1 + sc/qa/uitest/calc_tests9/tdf121949.py | 2 -- sc/qa/uitest/calc_tests9/tdf125440.py | 1 + sc/qa/uitest/calc_tests9/tdf95554.py | 2 ++ sc/qa/uitest/chart2/tdf131715.py | 2 +- sc/qa/uitest/conditional_format/tdf105466.py | 3 --- sc/qa/uitest/pasteSpecial/tdf114710.py | 1 - sc/qa/uitest/pasteSpecial/tdf118308.py | 1 - sc/qa/uitest/pasteSpecial/tdf65856.py | 1 - sc/qa/uitest/pasteSpecial/tdf69450.py | 1 - sc/qa/uitest/search_replace/replace.py | 3 +-- sd/qa/uitest/impress_tests/tdf137637.py | 1 + sw/qa/uitest/chart/tdf138556.py | 1 + sw/qa/uitest/sidebar/tdf133189.py | 2 -- sw/qa/uitest/sidebar/tdf135590.py | 2 -- sw/qa/uitest/sidebar/tdf99711.py | 1 - sw/qa/uitest/table/sheetToTable.py | 2 ++ sw/qa/uitest/table/tdf109083.py | 2 +- sw/qa/uitest/table/tdf115573.py | 1 - sw/qa/uitest/table/tdf51352.py | 2 +- sw/qa/uitest/table/tdf93068.py | 1 + sw/qa/uitest/writer_tests/comments.py | 2 -- sw/qa/uitest/writer_tests2/deleteAllComments.py | 3 +-- sw/qa/uitest/writer_tests3/goToPage.py | 1 + sw/qa/uitest/writer_tests4/insertPageHeader.py | 2 +- sw/qa/uitest/writer_tests4/spellDialog.py | 1 + sw/qa/uitest/writer_tests6/tdf126226.py | 2 +- sw/qa/uitest/writer_tests7/tdf132169.py | 1 - sw/qa/uitest/writer_tests7/tdf133348.py | 2 -- sw/qa/uitest/writer_tests7/tdf134243.py | 1 - sw/qa/uitest/writer_tests7/tdf139301.py | 2 -- sw/qa/uitest/writer_tests7/tdf140731.py | 1 - 35 files changed, 21 insertions(+), 34 deletions(-)
New commits: commit f1512321581e0e605582018395ab91f04a2da8fe Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Wed Dec 1 17:38:52 2021 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Wed Dec 1 21:08:46 2021 +0100 uitest: fix consistency of footers According to TEMPLATE.SOURCECODE.HEADER Change-Id: I50b9d5e65c5da654914ba42d0688a2acbda1d2cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126187 Reviewed-by: Michael Meeks <michael.me...@collabora.com> Tested-by: Jenkins diff --git a/sc/qa/uitest/calc_tests/mergedRowsColumns.py b/sc/qa/uitest/calc_tests/mergedRowsColumns.py index f9cf0cf33741..386aa1ca8eb0 100644 --- a/sc/qa/uitest/calc_tests/mergedRowsColumns.py +++ b/sc/qa/uitest/calc_tests/mergedRowsColumns.py @@ -175,4 +175,3 @@ class mergedRowsColumns(UITestCase): self.assertEqual(get_state_as_dict(gridwin)["CurrentRow"], "0") #position A1 # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sc/qa/uitest/calc_tests7/tdf117987.py b/sc/qa/uitest/calc_tests7/tdf117987.py index 8331b7a4f045..2a15dedcb808 100644 --- a/sc/qa/uitest/calc_tests7/tdf117987.py +++ b/sc/qa/uitest/calc_tests7/tdf117987.py @@ -25,3 +25,5 @@ class tdf117987(UITestCase): self.xUITest.executeCommandWithParameters(".uno:BackgroundColor", colorProperty) self.assertEqual(get_cell_by_position(document, 0, 0, 1).CellBackColor, 16776960) + +# vim: set shiftwidth=4 softtabstop=4 expandtab: \ No newline at end of file diff --git a/sc/qa/uitest/calc_tests8/navigator.py b/sc/qa/uitest/calc_tests8/navigator.py index 2944ab3dcb04..226e54749a02 100644 --- a/sc/qa/uitest/calc_tests8/navigator.py +++ b/sc/qa/uitest/calc_tests8/navigator.py @@ -169,3 +169,4 @@ class navigator(UITestCase): self.xUITest.executeCommand(".uno:Sidebar") +# vim: set shiftwidth=4 softtabstop=4 expandtab: \ No newline at end of file diff --git a/sc/qa/uitest/calc_tests9/tdf113571.py b/sc/qa/uitest/calc_tests9/tdf113571.py index 9772a36aaf4f..0dc337ca64c6 100644 --- a/sc/qa/uitest/calc_tests9/tdf113571.py +++ b/sc/qa/uitest/calc_tests9/tdf113571.py @@ -35,3 +35,4 @@ class Tdf113571(UITestCase): self.assertEqual('<?xml version="1.0" encoding="UTF-8"?>\n<test>\n <hello>world</hello>\n</test>', writer_document.Text.String) +# vim: set shiftwidth=4 softtabstop=4 expandtab: \ No newline at end of file diff --git a/sc/qa/uitest/calc_tests9/tdf121949.py b/sc/qa/uitest/calc_tests9/tdf121949.py index 1c41d5f2ac0f..03e50123433d 100644 --- a/sc/qa/uitest/calc_tests9/tdf121949.py +++ b/sc/qa/uitest/calc_tests9/tdf121949.py @@ -24,6 +24,4 @@ class tdf121949 (UITestCase): with self.ui_test.execute_dialog_through_command(".uno:Copy"): pass - # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sc/qa/uitest/calc_tests9/tdf125440.py b/sc/qa/uitest/calc_tests9/tdf125440.py index 348b0f98983b..a6ce59d271dd 100644 --- a/sc/qa/uitest/calc_tests9/tdf125440.py +++ b/sc/qa/uitest/calc_tests9/tdf125440.py @@ -38,3 +38,4 @@ class Tdf1254400(UITestCase): self.assertEqual("", get_cell_by_position(calc_document, 0, 2, 0).getString()) self.assertEqual("50", get_cell_by_position(calc_document, 0, 3, 0).getString()) +# vim: set shiftwidth=4 softtabstop=4 expandtab: \ No newline at end of file diff --git a/sc/qa/uitest/calc_tests9/tdf95554.py b/sc/qa/uitest/calc_tests9/tdf95554.py index 3b085b85794a..3a8d92ce2c22 100644 --- a/sc/qa/uitest/calc_tests9/tdf95554.py +++ b/sc/qa/uitest/calc_tests9/tdf95554.py @@ -41,3 +41,5 @@ class Tdf95554(UITestCase): self.assertEqual('A\n\nC\n\nE\nF', writer_document.Text.String) + +# vim: set shiftwidth=4 softtabstop=4 expandtab: \ No newline at end of file diff --git a/sc/qa/uitest/chart2/tdf131715.py b/sc/qa/uitest/chart2/tdf131715.py index 2cde6cac41b0..e001eaa7be00 100644 --- a/sc/qa/uitest/chart2/tdf131715.py +++ b/sc/qa/uitest/chart2/tdf131715.py @@ -25,4 +25,4 @@ class tdf131715(UITestCase): self.assertEqual(get_state_as_dict(xWizard)['CurrentStep'], "2") - +# vim: set shiftwidth=4 softtabstop=4 expandtab: diff --git a/sc/qa/uitest/conditional_format/tdf105466.py b/sc/qa/uitest/conditional_format/tdf105466.py index a45e45c72a74..27e7c1f40359 100644 --- a/sc/qa/uitest/conditional_format/tdf105466.py +++ b/sc/qa/uitest/conditional_format/tdf105466.py @@ -26,7 +26,4 @@ class tdf105466(UITestCase): xTypeLstBox = xCondFormatDlg.getChild("type") xTypeLstBox.executeAction("SELECT", mkPropertyValues({"POS": str(i)})) - - # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sc/qa/uitest/pasteSpecial/tdf114710.py b/sc/qa/uitest/pasteSpecial/tdf114710.py index 1591dea4da3d..210e738a74cf 100644 --- a/sc/qa/uitest/pasteSpecial/tdf114710.py +++ b/sc/qa/uitest/pasteSpecial/tdf114710.py @@ -42,4 +42,3 @@ class tdf114710(UITestCase): self.assertEqual(1, writer_document.GraphicObjects.getCount()) # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sc/qa/uitest/pasteSpecial/tdf118308.py b/sc/qa/uitest/pasteSpecial/tdf118308.py index 050ed62cd69d..2b297bad70b6 100644 --- a/sc/qa/uitest/pasteSpecial/tdf118308.py +++ b/sc/qa/uitest/pasteSpecial/tdf118308.py @@ -49,4 +49,3 @@ class tdf118308(UITestCase): self.assertEqual("A", get_cell_by_position(calc_document, 0, 0, 0).getString()) # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sc/qa/uitest/pasteSpecial/tdf65856.py b/sc/qa/uitest/pasteSpecial/tdf65856.py index c7180d59401a..32ec6205c8e5 100644 --- a/sc/qa/uitest/pasteSpecial/tdf65856.py +++ b/sc/qa/uitest/pasteSpecial/tdf65856.py @@ -85,4 +85,3 @@ class tdf65856(UITestCase): self.assertEqual(get_cell_by_position(calc_doc, 0, 4, 3).getFormula(), "=F4") # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sc/qa/uitest/pasteSpecial/tdf69450.py b/sc/qa/uitest/pasteSpecial/tdf69450.py index e0340af5c713..966ad8a4d80c 100644 --- a/sc/qa/uitest/pasteSpecial/tdf69450.py +++ b/sc/qa/uitest/pasteSpecial/tdf69450.py @@ -51,4 +51,3 @@ class tdf69450(UITestCase): self.assertEqual(get_cell_by_position(document, 0, 1, 0).getString(), "B") # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sc/qa/uitest/search_replace/replace.py b/sc/qa/uitest/search_replace/replace.py index b816cbe221b6..8893b5de31a7 100644 --- a/sc/qa/uitest/search_replace/replace.py +++ b/sc/qa/uitest/search_replace/replace.py @@ -53,5 +53,4 @@ class ReplaceTest(UITestCase): xReplaceBtn.executeAction("CLICK", tuple()) - - +# vim: set shiftwidth=4 softtabstop=4 expandtab: diff --git a/sd/qa/uitest/impress_tests/tdf137637.py b/sd/qa/uitest/impress_tests/tdf137637.py index 1bd28ad369a0..33cd83021427 100644 --- a/sd/qa/uitest/impress_tests/tdf137637.py +++ b/sd/qa/uitest/impress_tests/tdf137637.py @@ -50,3 +50,4 @@ class Tdf137637(UITestCase): # AssertionError: '0' != '1' self.assertEqual('0', get_state_as_dict(xAnimationList)['Children']) +# vim: set shiftwidth=4 softtabstop=4 expandtab: \ No newline at end of file diff --git a/sw/qa/uitest/chart/tdf138556.py b/sw/qa/uitest/chart/tdf138556.py index 6d6ce8105ea8..b32f7e0df8fc 100644 --- a/sw/qa/uitest/chart/tdf138556.py +++ b/sw/qa/uitest/chart/tdf138556.py @@ -44,3 +44,4 @@ class tdf138556( UITestCase ): CoordinateSystems[0].ChartTypes[0].DataSeries[0].DataSequences ) self.assertEqual( nSequences, 3 ) +# vim: set shiftwidth=4 softtabstop=4 expandtab: \ No newline at end of file diff --git a/sw/qa/uitest/sidebar/tdf133189.py b/sw/qa/uitest/sidebar/tdf133189.py index 8d3353ef8431..9274de35eecd 100644 --- a/sw/qa/uitest/sidebar/tdf133189.py +++ b/sw/qa/uitest/sidebar/tdf133189.py @@ -72,6 +72,4 @@ class tdf133189(UITestCase): self.xUITest.executeCommand(".uno:Sidebar") - # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sw/qa/uitest/sidebar/tdf135590.py b/sw/qa/uitest/sidebar/tdf135590.py index 9a55e37555ad..399d90bfa848 100644 --- a/sw/qa/uitest/sidebar/tdf135590.py +++ b/sw/qa/uitest/sidebar/tdf135590.py @@ -71,6 +71,4 @@ class tdf135590(UITestCase): self.xUITest.executeCommand(".uno:Sidebar") - # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sw/qa/uitest/sidebar/tdf99711.py b/sw/qa/uitest/sidebar/tdf99711.py index f6aa9fda0936..8e4343741795 100644 --- a/sw/qa/uitest/sidebar/tdf99711.py +++ b/sw/qa/uitest/sidebar/tdf99711.py @@ -37,4 +37,3 @@ class tdf99711(UITestCase): self.xUITest.executeCommand(".uno:Sidebar") # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sw/qa/uitest/table/sheetToTable.py b/sw/qa/uitest/table/sheetToTable.py index 149b95a3ed99..cc19ca368cbd 100644 --- a/sw/qa/uitest/table/sheetToTable.py +++ b/sw/qa/uitest/table/sheetToTable.py @@ -88,3 +88,5 @@ class sheetToTable(UITestCase): self.assertEqual(table.getCellByName("A2").getString(), "Test 2") self.assertEqual(table.getCellByName("A3").getString(), "Test 3") self.assertEqual(table.getCellByName("A4").getString(), "Test 4") + +# vim: set shiftwidth=4 softtabstop=4 expandtab: \ No newline at end of file diff --git a/sw/qa/uitest/table/tdf109083.py b/sw/qa/uitest/table/tdf109083.py index c9eeed951538..d369ee8a53d3 100644 --- a/sw/qa/uitest/table/tdf109083.py +++ b/sw/qa/uitest/table/tdf109083.py @@ -58,5 +58,5 @@ class tdf109083(UITestCase): else: self.assertEqual(get_state_as_dict(hex_custom)["Text"], "ffffff") self.xUITest.executeCommand(".uno:GoRight") -# vim: set shiftwidth=4 softtabstop=4 expandtab: +# vim: set shiftwidth=4 softtabstop=4 expandtab: diff --git a/sw/qa/uitest/table/tdf115573.py b/sw/qa/uitest/table/tdf115573.py index 238a1eec6003..49d53ab3f330 100644 --- a/sw/qa/uitest/table/tdf115573.py +++ b/sw/qa/uitest/table/tdf115573.py @@ -107,4 +107,3 @@ class tdf115573(UITestCase): self.assertEqual(get_state_as_dict(xweststylelbcjk)["Text"], "Bold") # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sw/qa/uitest/table/tdf51352.py b/sw/qa/uitest/table/tdf51352.py index e3cbcec25953..4a2fa79d5578 100644 --- a/sw/qa/uitest/table/tdf51352.py +++ b/sw/qa/uitest/table/tdf51352.py @@ -42,5 +42,5 @@ class tdf51352(UITestCase): self.assertEqual(document.TextTables.getCount(), 2) self.xUITest.executeCommand(".uno:Redo") self.assertEqual(document.TextTables.getCount(), 0) -# vim: set shiftwidth=4 softtabstop=4 expandtab: +# vim: set shiftwidth=4 softtabstop=4 expandtab: diff --git a/sw/qa/uitest/table/tdf93068.py b/sw/qa/uitest/table/tdf93068.py index 9b2a52282668..4dae8ae74358 100644 --- a/sw/qa/uitest/table/tdf93068.py +++ b/sw/qa/uitest/table/tdf93068.py @@ -48,3 +48,4 @@ class tdf93068(UITestCase): # Check the table is no longer selected self.assertNotEqual("SwXTextTableCursor", document.CurrentSelection.getImplementationName()) +# vim: set shiftwidth=4 softtabstop=4 expandtab: \ No newline at end of file diff --git a/sw/qa/uitest/writer_tests/comments.py b/sw/qa/uitest/writer_tests/comments.py index b7e35b274e68..3e9d3a6301d8 100644 --- a/sw/qa/uitest/writer_tests/comments.py +++ b/sw/qa/uitest/writer_tests/comments.py @@ -150,6 +150,4 @@ class Comments(UITestCase): self.assertTrue("Comment2" not in xMainWindow.getChildren()) self.assertTrue("Comment3" not in xMainWindow.getChildren()) - # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sw/qa/uitest/writer_tests2/deleteAllComments.py b/sw/qa/uitest/writer_tests2/deleteAllComments.py index 3eb94a7d86e0..bb723af2e0a5 100644 --- a/sw/qa/uitest/writer_tests2/deleteAllComments.py +++ b/sw/qa/uitest/writer_tests2/deleteAllComments.py @@ -47,5 +47,4 @@ class DeleteAllComments(UITestCase): self.xUITest.executeCommand(".uno:TrackChanges") self.xUITest.executeCommand(".uno:DeleteAllNotes") - - +# vim: set shiftwidth=4 softtabstop=4 expandtab: diff --git a/sw/qa/uitest/writer_tests3/goToPage.py b/sw/qa/uitest/writer_tests3/goToPage.py index 2b1e6b5a18e8..4b763eeca2bf 100644 --- a/sw/qa/uitest/writer_tests3/goToPage.py +++ b/sw/qa/uitest/writer_tests3/goToPage.py @@ -36,3 +36,4 @@ class GoToPage_dialog(UITestCase): self.assertEqual(get_state_as_dict(xWriterEdit)["CurrentPage"], "3") +# vim: set shiftwidth=4 softtabstop=4 expandtab: \ No newline at end of file diff --git a/sw/qa/uitest/writer_tests4/insertPageHeader.py b/sw/qa/uitest/writer_tests4/insertPageHeader.py index ed343c43ac87..b18efd74241a 100644 --- a/sw/qa/uitest/writer_tests4/insertPageHeader.py +++ b/sw/qa/uitest/writer_tests4/insertPageHeader.py @@ -61,4 +61,4 @@ class WriterInsertPageHeader(UITestCase): self.delete_header() - +# vim: set shiftwidth=4 softtabstop=4 expandtab: diff --git a/sw/qa/uitest/writer_tests4/spellDialog.py b/sw/qa/uitest/writer_tests4/spellDialog.py index 5e2c47dc1fee..20a69f52e380 100644 --- a/sw/qa/uitest/writer_tests4/spellDialog.py +++ b/sw/qa/uitest/writer_tests4/spellDialog.py @@ -121,3 +121,4 @@ frog, dogg, catt""" # correctly without the redline containing a deleted "o" self.assertEqual(output_text, 'goood baaadbaaed eeend') +# vim: set shiftwidth=4 softtabstop=4 expandtab: \ No newline at end of file diff --git a/sw/qa/uitest/writer_tests6/tdf126226.py b/sw/qa/uitest/writer_tests6/tdf126226.py index b577e00e0327..65da8b6d6e5d 100644 --- a/sw/qa/uitest/writer_tests6/tdf126226.py +++ b/sw/qa/uitest/writer_tests6/tdf126226.py @@ -25,4 +25,4 @@ class Tdf126226(UITestCase): self.assertEqual("Autor desconocido, 07/04/2019 13:43:52", get_state_as_dict(xDialog.getChild("lastedit"))["Text"]) - +# vim: set shiftwidth=4 softtabstop=4 expandtab: diff --git a/sw/qa/uitest/writer_tests7/tdf132169.py b/sw/qa/uitest/writer_tests7/tdf132169.py index b847db17cd58..b2704b341b97 100644 --- a/sw/qa/uitest/writer_tests7/tdf132169.py +++ b/sw/qa/uitest/writer_tests7/tdf132169.py @@ -41,4 +41,3 @@ class tdf132169(UITestCase): self.assertEqual(shape.LineWidth, 176) # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sw/qa/uitest/writer_tests7/tdf133348.py b/sw/qa/uitest/writer_tests7/tdf133348.py index e5720fa32834..e80b8230cf30 100644 --- a/sw/qa/uitest/writer_tests7/tdf133348.py +++ b/sw/qa/uitest/writer_tests7/tdf133348.py @@ -55,6 +55,4 @@ class tdf133348(UITestCase): # all comments have been deleted self.assertFalse(document.TextFields.createEnumeration().hasMoreElements()) - # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sw/qa/uitest/writer_tests7/tdf134243.py b/sw/qa/uitest/writer_tests7/tdf134243.py index 9572169a8626..9200a4ba81de 100644 --- a/sw/qa/uitest/writer_tests7/tdf134243.py +++ b/sw/qa/uitest/writer_tests7/tdf134243.py @@ -19,4 +19,3 @@ class tdf134243(UITestCase): pass # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sw/qa/uitest/writer_tests7/tdf139301.py b/sw/qa/uitest/writer_tests7/tdf139301.py index f1a11fd80895..242d638e6fb1 100644 --- a/sw/qa/uitest/writer_tests7/tdf139301.py +++ b/sw/qa/uitest/writer_tests7/tdf139301.py @@ -57,6 +57,4 @@ class tdf139301(UITestCase): self.assertEqual(style, self.styles[i] + style_name_extension) - # vim: set shiftwidth=4 softtabstop=4 expandtab: - diff --git a/sw/qa/uitest/writer_tests7/tdf140731.py b/sw/qa/uitest/writer_tests7/tdf140731.py index bff80057f645..74d479bf004c 100644 --- a/sw/qa/uitest/writer_tests7/tdf140731.py +++ b/sw/qa/uitest/writer_tests7/tdf140731.py @@ -51,4 +51,3 @@ class tdf140731(UITestCase): self.assertEqual(document.Text.String[0:26], "LOREM IPSUM DOLOR SIT AMET") # vim: set shiftwidth=4 softtabstop=4 expandtab: -