[Libreoffice-commits] core.git: sw/qa

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Oct 3 15:14:54 UTC 2018


 sw/qa/python/check_xnamedgraph.py       |    2 ++
 sw/qa/python/check_xtextrangecompare.py |    2 ++
 sw/qa/python/check_xtexttable.py        |    2 ++
 3 files changed, 6 insertions(+)

New commits:
commit f0deb6511b3766bfc89c72dd46d7770eb38169af
Author:     Serge Krot <Serge.Krot at cib.de>
AuthorDate: Wed Oct 3 12:47:32 2018 +0200
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Wed Oct 3 17:14:30 2018 +0200

    sw: py unit tests: EOL and VIM comment
    
    Change-Id: I0ab569a4140a8f866e8022c97b4481a33454c8e8
    Reviewed-on: https://gerrit.libreoffice.org/61294
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
    Tested-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>

diff --git a/sw/qa/python/check_xnamedgraph.py b/sw/qa/python/check_xnamedgraph.py
index 75d030fd3e3b..84c774bddfa3 100644
--- a/sw/qa/python/check_xnamedgraph.py
+++ b/sw/qa/python/check_xnamedgraph.py
@@ -166,3 +166,5 @@ class XNamedGraph(unittest.TestCase):
 
 if __name__ == '__main__':
     unittest.main()
+
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
diff --git a/sw/qa/python/check_xtextrangecompare.py b/sw/qa/python/check_xtextrangecompare.py
index 002e54c40a14..181e97ff6b2e 100644
--- a/sw/qa/python/check_xtextrangecompare.py
+++ b/sw/qa/python/check_xtextrangecompare.py
@@ -165,3 +165,5 @@ class XTextRangeCompare(unittest.TestCase):
 
 if __name__ == '__main__':
     unittest.main()
+
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
diff --git a/sw/qa/python/check_xtexttable.py b/sw/qa/python/check_xtexttable.py
index 9823ed86909b..3c1f4c2282c6 100644
--- a/sw/qa/python/check_xtexttable.py
+++ b/sw/qa/python/check_xtexttable.py
@@ -76,3 +76,5 @@ class XTextTable(unittest.TestCase):
 
 if __name__ == '__main__':
     unittest.main()
+
+# vim: set shiftwidth=4 softtabstop=4 expandtab:


More information about the Libreoffice-commits mailing list