qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 12d8dc31b003f6a4d466d3547ab342b85ac84bf0
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Nov 30 15:04:22 2022 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Nov 30 16:44:07 2022 +0100

    Add some more failure information
    
    ...which will hopefully give more of a clue than when
    <https://ci.libreoffice.org/job/lo_tb_master_linux_dbg/40847/> recently 
failed
    JunitTest_starmath_unoapi with just
    
    > checking: 
[sm.SmEditAccessible::com::sun::star::accessibility::XAccessibleComponent] is 
iface: [com.sun.star.accessibility.XAccessibleComponent] testcode:
    [...]
    > LOG> Execute: getAccessibleAtPoint()
    > LOG> Checking child with bounds (0,0),(2,18): 41,(Paragraph: 0 ):
    > LOG>  StateType containsPoint SHOWING: true
    > LOG> finding the point which lies on the component
    > LOG> Child found at point (1,9) - OK
    > LOG> The children found is not the same
    > LOG> Expected:
    > LOG> Description:  Paragraph: 0 sum hat a
    > LOG> Found:
    > LOG> Description:  Paragraph: 0 sum hat a
    > LOG> ... FAILED
    > LOG> No children found at point (-1,-1) - OK
    > Method getAccessibleAtPoint() finished with state FAILED
    > LOG> getAccessibleAtPoint(): COMPLETED.FAILED
    [...]
    > ***** State for 
sm.SmEditAccessible::com::sun::star::accessibility::XAccessibleComponent ******
    > 
[sm.SmEditAccessible::com::sun::star::accessibility::XAccessibleComponent::getAccessibleAtPoint()]
 is testcode: [getAccessibleAtPoint()] - COMPLETED.FAILED
    >
    > Whole interface: COMPLETED.FAILED
    
    Change-Id: I5015e7a9d94bb838c6331ff9e74a6aec858d148a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143496
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java 
b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
index 2bf4caf14bdf..8faccfe447bc 100644
--- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
+++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
@@ -337,6 +337,9 @@ public class _XAccessibleComponent extends MultiMethodTest {
                         if (MightBeCovered) {
                             log.println("... Child is covered by another - 
OK");
                         } else {
+                            log.println(
+                                "(xAccCh==null: " + (xAccCh == null) + "; 
expIndex: " + expIndex
+                                + "; gotIndex: " + gotIndex + ")");
                             log.println("... FAILED");
                             result = false;
                         }

Reply via email to