office-gobmx/test
Michael Weghorn d4f6534e88 [API CHANGE] a11y: Use XAccessible for relation targets
Use a Sequence of XAccessible rather than its base
interface XInterface for AccessibleRelation's TargetSet.

As the targets are accessible objects as well,
anything other than XAccessible doesn't make much sense.
Using XAccessible right away makes that clearer and avoids
the need to query the XAccessible interface.

(The winaccessibility bridge was already using
`static_cast`, relying on the fact that the objects
are XAccessibles.)

The a11y UNO API is not published, so an API change
should be unproblematic.

Change-Id: I7f08e98d1ec303d5343d9a7954187cdd71495ebc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166586
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
2024-04-24 23:04:35 +02:00
..
qa/cppunit disable CppunitTest_test_a11y on Windows 2024-02-15 20:45:32 +01:00
signing-keys
source [API CHANGE] a11y: Use XAccessible for relation targets 2024-04-24 23:04:35 +02:00
user-template Verify that zh-Hant-TW locale works in configmgr as intended 2023-02-17 18:56:56 +00:00
CppunitTest_test_a11y.mk CppunitTest_test_a11y: Missing test dependency 2024-02-26 16:00:38 +01:00
CppunitTest_test_xpath.mk
IwyuFilter_test.yaml
Library_subsequenttest.mk tdf#45904: Move _Footnote Java tests to C++ 2023-08-27 10:51:38 +02:00
Library_test.mk this duplicated CPPUNIT_ASSERT_POINT_EQUAL_WITH_TOLERANCE 2024-01-20 17:10:56 +01:00
Library_test_setupvcl.mk
Library_vclbootstrapprotector.mk
Makefile
Module_test.mk test: Add accessibility test dialog infrastructure 2023-02-24 15:13:39 +00:00
Package_unittest.mk
README.md
README.vars

Test Harness Code for C++ Unit Testing

Many of these tests are run during the build process. In that case on unix, if a test fails follow the error messages to debug it under gdb.