summaryrefslogtreecommitdiff
path: root/sw/qa/python
AgeCommit message (Collapse)Author
2016-01-30tdf#97362: Convert Java unit test to Python (check_named_property_values.py)kadertarlan
Change-Id: Icb94cdf3601d6d985ea147e3c80eadba2999ccee Reviewed-on: https://gerrit.libreoffice.org/21877 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-01-29tdf#97362: Fixed Python unit test (check_indexed_property_values.py)kadertarlan
Change-Id: Ib8cfaccaaf5bf75169c96e46d95ff118cc850f79 v2: Deleted whitespaces Reviewed-on: https://gerrit.libreoffice.org/21886 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-01-28tdf#97362: Convert Java unit test to Python (check_indexed_property_values.py)kadertarlan
Change-Id: I6c3be8496b4a2225375072d9380d5e226b663905 Reviewed-on: https://gerrit.libreoffice.org/21853 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-01-27Convert Java unit test to Python (check_named_property_values.py)kadertarlan
Change-Id: I70d05395b8b5ca89c6a2ebf63c1b4a7760a1559e Reviewed-on: https://gerrit.libreoffice.org/21829 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2016-01-10Fix typosAndrea Gelmini
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2015-12-18fix some issues with 214b0c8356ab88e75cb4bbc2ad3109ee536dcd70Michael Stahl
Change-Id: Icd3cf90bf617c9c77dcf9cbda705bf348f980fb3
2015-12-18Java unittest(CheckCrossReferences.java) converted to Python unittestkadertarlan
Change-Id: I9b856c9ffd7b3b380b2c1ba37c7c07355423c1f5 Reviewed-on: https://gerrit.libreoffice.org/20786 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2015-12-16Make test code actually test somethingStephan Bergmann
...and calling remove on a list apparently returns None Change-Id: I7a44d85cfebf17ac89bef0ce2d322a2cfa929899
2015-12-15Java unit tests were converted to Python unit testskadertarlan
Remark test document not moved, due to other test cases. Change-Id: I9564b72fae60cceb60121fec06e1ed015add8453 Reviewed-on: https://gerrit.libreoffice.org/20703 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2015-12-11writer UNO style families: test insert/replace opsBjoern Michaelsen
Change-Id: I5a8daa1c0f2b62dbf56fa9fc1d14555f0ff613e2
2015-12-11writer UNO style families: also check isUserDefined()Bjoern Michaelsen
Change-Id: Iada331a12232fd83b6813e6db65bd011d3746142
2015-12-11add test for UNO writer style families ...Bjoern Michaelsen
... and fix the breakages it finds. Change-Id: Ibc7289cc0cd7fb5648d686bd55afff9016f58b3b Reviewed-on: https://gerrit.libreoffice.org/20638 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Jenkins <ci@libreoffice.org>
2015-11-04Make number recognition work in writer tables againNiklas Johansson
It seems that number recognition in tables are not working properly enter 10-10-10 and it should be converted to a date but it is not. I tracked it down to the fix of bug fdo#32082. It looks like bSetNumFmt was changed to false by mistake. Since then it has changed name to bSetNumFormat. From what I can tell fdo#32082 still works after this patch, but I might have missed some nuance of that bug report. Added two tests, one for the bug mentioned above and one to check that number recognition is working. At least with a simple date. Change-Id: Id58849a223eb602054c66c7379cd56a68a93dea2 Reviewed-on: https://gerrit.libreoffice.org/19563 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2015-07-03be picky and check explicit implementation nameBjoern Michaelsen
- the previous code tried to avoid breakage from changing an implementation detail - this turns out to be harder than expected in a Python2/3 portable way - also it would mean the intentional drive-by documentation of the expected implementation name will at least not bit rot now Change-Id: I5972d0e79ef64abe30573182c5e23268e4830ade
2015-06-25add tests for SwChartDataSequence and SwChartDataProviderBjoern Michaelsen
Change-Id: I468bb651b5febd090fb3cc15795589124c1e8375
2015-06-25remove left-over debug lineBjoern Michaelsen
Change-Id: I8dc0ad1907c1523be9654f808c401be075a97db1
2015-06-25test XServiceInfo stuff, while at itBjoern Michaelsen
Change-Id: Ib39411bd71f366f4dc1ea9dca2a45f31777feb7a
2015-06-22test inserting/remove writer table rows/colsBjoern Michaelsen
Change-Id: I55ded80b0a9597e6f050dd4c24c607896f07496f
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9
2015-04-14have a nonsymetric test table to better catch transpose errorsBjoern Michaelsen
Change-Id: If36ec5ed78a3e0b7a9037eaa1903772f1d228bce
2015-04-13add some label testsBjoern Michaelsen
Change-Id: I4272be68041a269dce3bbd9de2bc7997cbcf9ab8
2015-04-13add set/getData testsBjoern Michaelsen
Change-Id: I846ac849461d986d331b0366c36af46558fe9a14
2015-04-13move check_table/fill_table from inner f. to priv. member fnct.Bjoern Michaelsen
Change-Id: I7670f8164d8a44414277f285e3aa19de1764a86e
2015-04-01more testing on the text table descriptionsBjoern Michaelsen
Change-Id: I39bab96587b9c1580dd4d7a92f61f39ed5d3b754
2015-04-01give each test an own docBjoern Michaelsen
Change-Id: I89906cfef234c51f117f06eca0dbb4101cce6b01
2015-03-30add Python test for table describtionsBjoern Michaelsen
Change-Id: Ie7637b8cf26e663bbb47f0df9fdb441a8af754c5
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>
2014-08-14sw: use less confusing variable names in python testMichael Stahl
Change-Id: Ie07fe4761a634c3ae55e82e1ed70c9424dc33213
2014-08-13check_table.py: use assertEqual()Thomas Arnhold
To fix DeprecationWarning: Please use assertEqual instead. Change-Id: Iae7cb50dd968d055b106e35baa7eee526a50bf6d
2013-08-20Translate writer test 'Checktable.java' to PythonXiaoli
Change-Id: I66a36acdb4aa67d438fb36597f41e847bbde10e3 Reviewed-on: https://gerrit.libreoffice.org/4796 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-06-18Migrate CheckFields unit test to pythonDavid Ostrovsky
Change-Id: Ia765b37888b4095a735015e792f06fc89201d1a3 Reviewed-on: https://gerrit.libreoffice.org/4294 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.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>
2013-04-30fix refresh() callDavid Ostrovsky
Change-Id: Id7cb705b2b719cdd3bf16b8aba858c0319686599
2013-04-29...and update TODO commentStephan Bergmann
Change-Id: I04d9988ab2035ec2d68fac19f506a6b461e4d257
2013-04-29RuntimeException missing from exception specification for UNO methodStephan Bergmann
...which lead to std::unoexpected from sw/PythonTest_sw_python. Change-Id: I94bdbbe131a7c65c363f7aa66e8d8df7bd531449
2013-04-28comment out storeToURL() as it crashes with debug buildDavid Ostrovsky
Change-Id: Ia0d3f1d12c53e8d7ce0da55977867d5ab932c92f
2013-04-27fdo#55814 migrate java unit test to pythonDavid Ostrovsky
Change-Id: Ib7ef29354f5d43abd9e67745dd6d3fccaec8612e
2013-04-22clean up PythonTestsDavid Ostrovsky
Conflicts: sw/PythonTest_sw_python.mk Change-Id: I8dc937df02efb686bf19d6606b9b42b6f0abf742
2013-04-19sw: move Python tests out of qa/unoapiMichael Stahl
Change-Id: I4f9655b1df27bec2a7571d43921f962d3a420bb5