From 1bf0651fbff491e2871a9675ece1a345f1d53bc8 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 11 Oct 2022 19:03:51 -0500 Subject: Test GetAttributes --- tests/registryd/test_root_accessible.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/registryd/test_root_accessible.py b/tests/registryd/test_root_accessible.py index 93ad1158..6f15204f 100644 --- a/tests/registryd/test_root_accessible.py +++ b/tests/registryd/test_root_accessible.py @@ -56,3 +56,7 @@ def test_root_get_localized_role_name(registry_root, session_manager): def test_root_get_state(registry_root, session_manager): assert registry_root.GetState(dbus_interface=ACCESSIBLE_IFACE) == [0, 0] + +def test_root_get_attributes(registry_root, session_manager): + assert len(registry_root.GetAttributes(dbus_interface=ACCESSIBLE_IFACE)) == 0 + -- cgit v1.2.1