summaryrefslogtreecommitdiff
path: root/tests/registryd
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-12-06 13:52:28 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-12-06 14:06:01 -0600
commit8958587a9ac6d768d71bf62bf73feb244157c532 (patch)
tree4a89ffa8b7d9cd61e9840a5c0352724a7be12143 /tests/registryd
parente27788e63ba58168b62cf20e19b4f129c8673304 (diff)
downloadat-spi2-core-8958587a9ac6d768d71bf62bf73feb244157c532.tar.gz
Test the introspection of the registry object
Diffstat (limited to 'tests/registryd')
-rw-r--r--tests/registryd/test_introspection.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/registryd/test_introspection.py b/tests/registryd/test_introspection.py
index 98ebfc92..8cd70525 100644
--- a/tests/registryd/test_introspection.py
+++ b/tests/registryd/test_introspection.py
@@ -29,3 +29,10 @@ def test_introspect_root(registry_root, session_manager):
'org.a11y.atspi.Socket',
]
)
+
+# Test that the registry object at /org/a11y/atspi/registry advertises the correct interfaces
+def test_introspect_registry(registry_registry, session_manager):
+ check_object_supports_interfaces(
+ registry_registry,
+ ['org.a11y.atspi.Registry']
+ )