Next tests for accessible interfaces
authorPatryk Kaczmarek <patryk.k@samsung.com>
Tue, 29 Sep 2015 10:33:07 +0000 (12:33 +0200)
committerMike Gorse <mgorse@suse.com>
Thu, 19 Nov 2015 01:31:49 +0000 (19:31 -0600)
commit21d493d78b5e2d16a757fcc05f33c78264f2d609
tree4e3e5b758d0fd591a3c776c272a7799cfd3e6840
parenta084e019632c28f9eb61524294a31f3e659430c7
Next tests for accessible interfaces

  * New tested interfaces:
        - Collection
        - EditableText
        - Image
        - Text
        - Value
  * Commented tests for depricated function in Component tests deleted
  * Unused variables deleted
  * Added compilation flag -Wall
29 files changed:
tests/Makefile.am
tests/README
tests/atk-object-xml-loader.c
tests/atk_suite.c
tests/atk_suite.h
tests/atk_test_collection.c [new file with mode: 0644]
tests/atk_test_component.c
tests/atk_test_editable_text.c [new file with mode: 0644]
tests/atk_test_image.c [new file with mode: 0644]
tests/atk_test_text.c [new file with mode: 0644]
tests/atk_test_util.c
tests/atk_test_value.c [new file with mode: 0644]
tests/data/test-collection.xml [new file with mode: 0644]
tests/data/test-editable-text.xml [new file with mode: 0644]
tests/data/test-image.xml [new file with mode: 0644]
tests/data/test-text.xml [new file with mode: 0644]
tests/data/test-value.xml [new file with mode: 0644]
tests/dummyatk/Makefile.am
tests/dummyatk/my-atk-action.c
tests/dummyatk/my-atk-editable-text.c [new file with mode: 0644]
tests/dummyatk/my-atk-editable-text.h [new file with mode: 0644]
tests/dummyatk/my-atk-image.c [new file with mode: 0644]
tests/dummyatk/my-atk-image.h [new file with mode: 0644]
tests/dummyatk/my-atk-object.h
tests/dummyatk/my-atk-text.c [new file with mode: 0644]
tests/dummyatk/my-atk-text.h [new file with mode: 0644]
tests/dummyatk/my-atk-value.c [new file with mode: 0644]
tests/dummyatk/my-atk-value.h [new file with mode: 0644]
tests/dummyatk/my-atk.h