tetromino 15/06/18 05:29:21 Added: test.xml test-accessible.xml test-component.xml test-action.xml Log: Fix test suite (bug #552346). (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Revision Changes Path 1.1 app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test.xml?rev=1.1&content-type=text/plain Index: test.xml =================================================================== <?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"> <state state_enum="modal"/> <state state_enum="multi-line"/> </accessible> <accessible description="second child" name="obj2" role="animation"> <accessible description="first prechild" name="obj2/1" role="arrow"> <relation relation_type="2" target_name="obj2"/> </accessible> <accessible description="second prechild" name="obj2/2" role="canvas"/> </accessible> <accessible description="third child" name="obj3" role="check box"> <accessible description="first prechild" name="obj3/1" role="check menu item"/> </accessible> </accessible> 1.1 app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-accessible.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-accessible.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-accessible.xml?rev=1.1&content-type=text/plain Index: test-accessible.xml =================================================================== <?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"> <state state_enum="modal"/> <state state_enum="multi-line"/> </accessible> <accessible description="second child" name="obj2" role="animation"> <accessible description="first prechild" name="obj2/1" role="arrow"> <relation relation_type="2" target_name="obj2"/> </accessible> <accessible description="second prechild" name="obj2/2" role="canvas"/> </accessible> <accessible description="third child" name="obj3" role="check box"> <accessible description="first prechild" name="obj3/1" role="check menu item"/> </accessible> </accessible> 1.1 app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-component.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-component.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-component.xml?rev=1.1&content-type=text/plain Index: test-component.xml =================================================================== <?xml version="1.0" ?> <accessible description="Root of the accessible tree" name="root_object" role="accelerator label"> <accessible_component description="second child" name="obj2" role="application"> <component x="350" y="200" width="0" height="0" layer="2" zorder="1" alpha="1.5"/> </accessible_component> <accessible_component description="third child" name="obj3" role="push button"> <component x="250" y="250" width="350" height="200" layer="3" zorder="2" alpha="2.5"/> <accessible_component description="third child a" name="aobj3" role="push button"> <component x="250" y="250" width="350" height="200" layer="4" zorder="3" alpha="3.5"/> </accessible_component> </accessible_component> <accessible description="second child" name="obj2" role="application" /> </accessible> 1.1 app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-action.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-action.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-atk/files/at-spi2-atk-2.16.0-tests-data/test-action.xml?rev=1.1&content-type=text/plain Index: test-action.xml =================================================================== <?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>