Kaydet (Commit) 20ff8cc5 authored tarafından Miklos Vajna's avatar Miklos Vajna

toolkit: mark AccessibleScrollBar:XAccessibleEventBroadcaster as a known issue

JunitTest_toolkit_unoapi_1 started to fail for me recently in
toolkit.AccessibleScrollBar, though only when ran via 'make check' or
'make toolkit.subsequentcheck', not via 'make
JunitTest_toolkit_unoapi_1' when other junit tests of toolkit are not
running.

Provided that, it's quite hard to debug the exact problem, but it seems
VCLXAccessibleScrollBar doesn't implement XAccessibleEventBroadcaster
itself, but via comphelper::OAccessibleContextHelper, which perhaps
explains why 4 other components have their XAccessibleEventBroadcaster
interface tests disabled already.

In any case, disable the XAccessibleEventBroadcaster test for
AccessibleScrollBar till it's clear if it's the test that is poor or
if there is a real problem here.

Change-Id: I2de618c11e445e4e6111c7ae0d1d8feef11fd9d3
üst 7b02cfef
...@@ -250,6 +250,7 @@ toolkit.AccessibleMenu::com::sun::star::accessibility::XAccessibleSelection ...@@ -250,6 +250,7 @@ toolkit.AccessibleMenu::com::sun::star::accessibility::XAccessibleSelection
### i114636 ### ### i114636 ###
toolkit.AccessibleScrollBar::com::sun::star::accessibility::XAccessibleAction toolkit.AccessibleScrollBar::com::sun::star::accessibility::XAccessibleAction
toolkit.AccessibleScrollBar::com::sun::star::accessibility::XAccessibleContext toolkit.AccessibleScrollBar::com::sun::star::accessibility::XAccessibleContext
toolkit.AccessibleScrollBar::com::sun::star::accessibility::XAccessibleEventBroadcaster
### fd#35666 ### ### fd#35666 ###
toolkit.UnoControlDialogModel::com::sun::star::io::XPersistObject toolkit.UnoControlDialogModel::com::sun::star::io::XPersistObject
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment