Test name: VclTextTest::testSimpleText double equality assertion failed

2022-05-26 Thread Lera Goncharuk
Hi, I was running automated tests and got an error. OS: Kubuntu 20.04 Last commit: e544febe2108d0bbe99936ce7373a22f32fe08a7 Steps to Reproduce: 1. git clone https://gerrit.libreoffice.org/core libreoffice 2. ./aut

Moving doc inacilization into setUp for iutest clearCells

2022-05-26 Thread Lera Goncharuk
Hi, I try to move strings of common part (copypast) in uitest clearCells.py[1] to separate method setUp. It can allow a qa-dev to do not copy-paste and do not care about initialization, but think only in the test case itself. I chose the file because it contains unused variables and is short enoug

Re: crashreport scraper

2022-05-25 Thread Lera Goncharuk
Hi Xisco. This question is not related to the review, but came up while reading your code. You are using the compatible string concatenation syntax: concatenation through +. What version of python should I target when I write code into LibreOffice? As far as I remember, since version 3.6 a simpl

Re: Problem debugging UITests with PyCharm Community

2022-05-20 Thread Lera Goncharuk
Hi Hossein, In your manual [1] is passed the variable $SRCDIR. I think in this case I have error: /home/lera/.virtualenvs/libreoffice/bin/python $SRCDIR/uitest/test_main.py --soffice=path:$SRCDIR/instdir/program/soffice --userdir=file:///tmp/libreoffice/4 --file= /home/lera/.virtualenvs/libreoffic

Re: Running uitest

2022-05-20 Thread Lera Goncharuk
> In order to run all the uitests in sc, use 'make sc.uicheck' > > You can see the logs in workdir/UITest/ > On 20/5/22 10:28, Lera Goncharuk wrote: > > Hi Xisco, > > Thank you a lot. > > It is right that $make PythonTest_sc_python executes all uitests in sc

Re: Running uitest

2022-05-20 Thread Lera Goncharuk
s_all' doesn't > exists in sc/qa/uitest/sort/sorting.py > > if you want to execute that test in > sc/qa/uitest/calc_tests3/clearCells.py, you have to change the -file > parameter in execute.sh. > > Cheers > > On 20/5/22 8:59, Lera Goncharuk wrote: > > Hi! &

Running uitest

2022-05-19 Thread Lera Goncharuk
Hi! I made changes in uitest and now try to run it. But, I can not look for results running. I try different ways, but the result is the same every time. I test test_clear_cells_all in cleanCells module. [1] I use Kubuntu 20.04 Python 3.9 LibreOffice was cloned from git and build and stais on com

Error running cppunit automated test

2022-05-16 Thread Lera Goncharuk
Hi all! I did 'make check' and got an error in the cpptest. [1] At the request of Xisco FaulĂ­, I am redirecting the description of the bug here. OS: Kubuntu 20.04 System Locale: LANG=ru_RU.UTF-8 LO version: on commit 9b1dcd8f591edc6ed1a6db469956985b59badaf5 The error is reproduced stably. Progre

Re: when is not a Build-ID?

2016-12-05 Thread Lera Goncharuk
Hi, 2016-12-05 11:22 GMT+02:00 Samuel Mehrbrodt : > please see http://opengrok.libreoffice.org/xref/core/configure.ac#2160 - the build ID can be passed as a configure parameter, so it is optional. That's not a bug. Thank you a lot. I understand that it needs to be played if I want to do output to

when is not a Build-ID?

2016-12-02 Thread Lera Goncharuk
Hi all, I prepare a patch to core with documentation on arguments of soffice. https://gerrit.libreoffice.org/#/c/31244/ Samuel Mehrbrodt leaves a comment, about it. I am not programmer for LO, I make patches with the documentation. For me, if build-ID is not, it is the bug. Could anybody explain