summaryrefslogtreecommitdiff
path: root/sw/qa/python/check_index.py
AgeCommit message (Collapse)Author
2018-05-02Fix typosAndrea Gelmini
Change-Id: I56477227bafdd7fdb29aa5a5c857cbfda110e395 Reviewed-on: https://gerrit.libreoffice.org/53643 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2018-04-29sw: more fine-granular python testslinus
- cleanup unnecessary stuff - split tests up into smaller bits, so test failures give better error reporting Change-Id: I0a7d36c7c7afa574141c88bfe344024324969596 Co-authored-by: janniklas.weghorn@gmail.com Reviewed-on: https://gerrit.libreoffice.org/53586 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-02-27add missing modeline etc. boilerplateBjoern Michaelsen
Change-Id: I32782945c46762f1fd4edde7453f7fca200c9cd2 Reviewed-on: https://gerrit.libreoffice.org/34662 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2017-01-17Fix check_index to be more pythonic.Edmund Wong
Change-Id: I02de34216805776ff86c9687e48d2942510f22e6 Reviewed-on: https://gerrit.libreoffice.org/33200 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-05-11tdf#99145 refactored to pep8ackepenek
Change-Id: I4896cd0bda97331a8291588e6a4f29a881d1229c Reviewed-on: https://gerrit.libreoffice.org/23925 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-04-05tdf#97361 Fix check_table and remove = None assignmentsslideon
The = None (or null) pattern is a Java convention, its not needed in Python. Change-Id: I0041d4030db05234eeefc8606f571da38174f962 Reviewed-on: https://gerrit.libreoffice.org/23669 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2013-06-17migrate check_index test from Java to PythonXiaoli
Change-Id: I5080cb0c3ca4b28d197137407da0d5f5b3d6c6d7 Reviewed-on: https://gerrit.libreoffice.org/4310 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>