Re: Java a11y test not executed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-mentioned change in place.


And the test is actually run, since it fails as expected for me when I add an additional assert for the opposite:

diff --git a/sw/qa/complex/indeterminateState/CheckIndeterminateState.java b/sw/qa/complex/indeterminateState/CheckIndeterminateState.java
index 347552d36f92..b95bc7f40c55 100644
--- a/sw/qa/complex/indeterminateState/CheckIndeterminateState.java
+++ b/sw/qa/complex/indeterminateState/CheckIndeterminateState.java
@@ -80,6 +80,7 @@ public class CheckIndeterminateState {
         long oSet = oContext.getAccessibleStateSet();

assertTrue("The 'INDETERMINATE' state is not set.", (oSet & AccessibleStateType.INDETERMINATE) != 0); + assertTrue("The 'INDETERMINATE' state is set.", (oSet & AccessibleStateType.INDETERMINATE) == 0);
     }

@Before public void setUpDocument() throws com.sun.star.uno.Exception {

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux