summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2016-08-31 00:14:45 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2016-08-31 00:15:14 +0200
commit5874a2728031228dd169c450e763dd2e93cb288d (patch)
tree08d67960969b12b7d2df7532fe820cb3cf9ca757 /app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-text.xml
parentdev-python/python-etcd: PYTHON_COMPAT: add python3_5 (diff)
downloadgentoo-5874a2728031228dd169c450e763dd2e93cb288d.tar.gz
gentoo-5874a2728031228dd169c450e763dd2e93cb288d.tar.bz2
gentoo-5874a2728031228dd169c450e763dd2e93cb288d.zip
app-accessibility/at-spi2-atk: re-enable unittests
Tests were failing due to missing files in upstream tarball, see [1]. Add missing multilib dependency on libxml2 as it is needed to configure. [1] https://bugzilla.gnome.org/show_bug.cgi?id=770615 Package-Manager: portage-2.3.0
Diffstat (limited to 'app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-text.xml')
-rw-r--r--app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-text.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-text.xml b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-text.xml
new file mode 100644
index 000000000000..ab72522afd53
--- /dev/null
+++ b/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.20.0-tests-data/test-text.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" ?>
+<accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
+ <accessible_text description="first child" name="obj0" role="text">
+ <text_node text="text0 it works!." x="100" y="33" width="110" height="30" bold_text="on" underline_text="off"/>
+ </accessible_text>
+ <accessible_text description="second child" name="obj1" role="text">
+ <text_node text="First sentence./n Second sentence." x="66" y="44" width="550" height="40" bold_text="off" underline_text="off"/>
+ </accessible_text>
+</accessible>