summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-12-01 17:38:52 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-12-01 21:08:46 +0100
commitf1512321581e0e605582018395ab91f04a2da8fe (patch)
tree810d6559ab199ed96b03fd978d81bd0d653efff3 /sw/qa
parentf53dd906e79ab77f0ab4a421e47650a9cc4ce1d6 (diff)
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.meeks@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/uitest/chart/tdf138556.py1
-rw-r--r--sw/qa/uitest/sidebar/tdf133189.py2
-rw-r--r--sw/qa/uitest/sidebar/tdf135590.py2
-rw-r--r--sw/qa/uitest/sidebar/tdf99711.py1
-rw-r--r--sw/qa/uitest/table/sheetToTable.py2
-rw-r--r--sw/qa/uitest/table/tdf109083.py2
-rw-r--r--sw/qa/uitest/table/tdf115573.py1
-rw-r--r--sw/qa/uitest/table/tdf51352.py2
-rw-r--r--sw/qa/uitest/table/tdf93068.py1
-rw-r--r--sw/qa/uitest/writer_tests/comments.py2
-rw-r--r--sw/qa/uitest/writer_tests2/deleteAllComments.py3
-rw-r--r--sw/qa/uitest/writer_tests3/goToPage.py1
-rw-r--r--sw/qa/uitest/writer_tests4/insertPageHeader.py2
-rw-r--r--sw/qa/uitest/writer_tests4/spellDialog.py1
-rw-r--r--sw/qa/uitest/writer_tests6/tdf126226.py2
-rw-r--r--sw/qa/uitest/writer_tests7/tdf132169.py1
-rw-r--r--sw/qa/uitest/writer_tests7/tdf133348.py2
-rw-r--r--sw/qa/uitest/writer_tests7/tdf134243.py1
-rw-r--r--sw/qa/uitest/writer_tests7/tdf139301.py2
-rw-r--r--sw/qa/uitest/writer_tests7/tdf140731.py1
20 files changed, 11 insertions, 21 deletions
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:
-