Hello Michael,
For me it works fine on Ubuntu, but fails on Windows. But as, first: CI
build is fine on Windows and elsewhere, and second: porting to C++ is
the ultimate goal, I'll merge the patch.
Regards,
Hossein
On 19.01.2024 10:39, Michael Weghorn wrote:
On 2024-01-18 19:41, Hossein Nou
On 2024-01-18 19:41, Hossein Nourikhah wrote:
This can be seen in:
https://gerrit.libreoffice.org/c/core/+/162263
Unfortunately, the test fails for me.
On what system does that fail for you?
Interestingly, running `make JunitTest_sw_complex` succeeds for me on
Debian testing with your above-
Hello Martin and Ilmari,
If you look closely to the invocation of Java and its parameters, and
compare it to the invocation of Java in other JUnit tests, you will see
that the class name is missing from the end of the command:
java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/sw_complex;C:/
On 18.1.2024 18.52, Martin Gube wrote:
Hi everyone,
I'm quite new to the project and currently converting the following Java
a11y test to C++ (Bugzilla: bug 157003):
sw/qa/complex/indeterminateState/CheckIndeterminateState.java
Now I would like to check the C++ unit test results against the o