summaryrefslogtreecommitdiff
path: root/sw/PythonTest_sw_python.mk
AgeCommit message (Collapse)AuthorFilesLines
2016-03-24tdf#97362: Convert Java unit test to Python(check_change_color.py)aqcoder1-0/+1
Change-Id: I0fa4973b6af028666428fa58438eaf39f7b81d27 Reviewed-on: https://gerrit.libreoffice.org/23482 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-03-21sw: load_save_test is not a unit testMichael Stahl1-1/+0
This was originally added as a complex test as a convenient way to bulk load/store documents, before nice features like soffice --convert-to. Running it as such doesn't do anything, since the "FIXME" directories it reads files from don't exist (actually it even failsa to run on WNT). Change-Id: If74fc30997a0f5f67009b765f5e9e79d72d00ece
2016-03-18tdf#97362: Convert Java unit test to Python(load_save_test.py)kadertarlan1-0/+1
Change-Id: I7c3f2e786f94137b850770c77fbd24578f56b0af Reviewed-on: https://gerrit.libreoffice.org/23254 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-01-28tdf#97362: Convert Java unit test to Python (check_indexed_property_values.py)kadertarlan1-4/+5
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)kadertarlan1-0/+1
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>
2015-12-18Java unittest(CheckCrossReferences.java) converted to Python unittestkadertarlan1-0/+1
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-15Java unit tests were converted to Python unit testskadertarlan1-1/+2
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-11add test for UNO writer style families ...Bjoern Michaelsen1-0/+1
... 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>
2013-08-20Translate writer test 'Checktable.java' to PythonXiaoli1-0/+1
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 Ostrovsky1-0/+5
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 PythonXiaoli1-0/+1
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-27fdo#55814 migrate java unit test to pythonDavid Ostrovsky1-1/+2
Change-Id: Ib7ef29354f5d43abd9e67745dd6d3fccaec8612e
2013-04-26At least for now, PythonTest runs against dev-install treeStephan Bergmann1-39/+0
...so clean up. (Changing this might be tricky, esp. on Windows where the python.exe wrapper adds the dev-install tree's dirs to PATH, so trying to run tests against solver instead of dev-install tree libs will result in chaos. This will become moot when we finally have solver == dev-install.) Change-Id: Icbfc3928a7ff178fd86d78d15ffcf539557efbb4
2013-04-22clean up PythonTestsDavid Ostrovsky1-0/+56
Conflicts: sw/PythonTest_sw_python.mk Change-Id: I8dc937df02efb686bf19d6606b9b42b6f0abf742