summaryrefslogtreecommitdiff
path: root/tests/data/test-action.xml
diff options
context:
space:
mode:
authorPatryk Kaczmarek <patryk.k@samsung.com>2015-02-16 15:15:42 +0100
committerMike Gorse <mgorse@suse.com>2015-02-16 14:05:15 -0600
commit4c2aee06d56e5bff448411965139fe7913fd670d (patch)
treecebcb6799a1b5d1604503f7e7909f442644fecfa /tests/data/test-action.xml
parent981d82459b520815b474e885826ee1448171bf35 (diff)
downloadat-spi2-atk-4c2aee06d56e5bff448411965139fe7913fd670d.tar.gz
Action tests added and some test framework refactor
* Accessible Action Test addded * XML loader unificated for different Atk Object types * Atk Suite now can run single interface tests * get_root_obj function changed * Created tests utils for test unification * Makefile.am files formating changed and unused parts deleted * MyAtkObject attributes receiving fixed
Diffstat (limited to 'tests/data/test-action.xml')
-rw-r--r--tests/data/test-action.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/data/test-action.xml b/tests/data/test-action.xml
new file mode 100644
index 0000000..41ddf00
--- /dev/null
+++ b/tests/data/test-action.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" ?>
+<accessible description="Root of the accessible tree" name="root_object" role="accelerator label">
+ <accessible description="first child" name="obj1" role="alert"/>
+ <accessible_action description="second child" name="obj2" role="application">
+ <action action_name="action1" action_description="action1 description" key_binding="action1 key binding"/>
+ <action action_name="action2" action_description="action2 description" key_binding="action2 key binding"/>
+ </accessible_action>
+ <accessible_action description="third child" name="obj3" role="push button">
+ <action action_name="action1" action_description="action1 description" key_binding="action1 key binding"/>
+ </accessible_action>
+</accessible>