Re: [Libreoffice-qa] Converting a Python UI test into a cppunit test

2020-07-17 Thread Michael Stahl
On 17.07.20 08:53, Ilmari Lauhakangas wrote: Michael Stahl kirjoitti 16.7.2020 klo 20.43: On 16.07.20 18:55, Ilmari Lauhakangas wrote: I created execute.sh for running the Python UI test: export PYTHONPATH=/home/tonttu/libreoffice/instdir/program/ export URE_BOOTSTRAP=file:///home/tonttu/libr

Re: [Libreoffice-qa] Converting a Python UI test into a cppunit test

2020-07-17 Thread Ilmari Lauhakangas
Michael Stahl kirjoitti 16.7.2020 klo 20.43: On 16.07.20 18:55, Ilmari Lauhakangas wrote: I created execute.sh for running the Python UI test: export PYTHONPATH=/home/tonttu/libreoffice/instdir/program/ export URE_BOOTSTRAP=file:///home/tonttu/libreoffice/instdir/program/fundamentalrc expor

Re: [Libreoffice-qa] Converting a Python UI test into a cppunit test

2020-07-16 Thread Michael Stahl
[oops, resending because i'm too dumb for email] On 16.07.20 18:55, Ilmari Lauhakangas wrote: I created execute.sh for running the Python UI test: export PYTHONPATH=/home/tonttu/libreoffice/instdir/program/ export URE_BOOTSTRAP=file:///home/tonttu/libreoffice/instdir/program/fundamentalrc exp

[Libreoffice-qa] Converting a Python UI test into a cppunit test

2020-07-16 Thread Ilmari Lauhakangas
We have a list of Python UI tests that should be reimplemented as cppunit tests: https://wiki.documentfoundation.org/UiTestsToCppUnittests I completed my first conversion and thought it might be useful to write about my experience. The conversion commit is here: https://git.libreoffice.org/cor