Action tests added and some test framework refactor
authorPatryk Kaczmarek <patryk.k@samsung.com>
Mon, 16 Feb 2015 14:15:42 +0000 (15:15 +0100)
committerMike Gorse <mgorse@suse.com>
Mon, 16 Feb 2015 20:05:15 +0000 (14:05 -0600)
commit4c2aee06d56e5bff448411965139fe7913fd670d
treecebcb6799a1b5d1604503f7e7909f442644fecfa
parent981d82459b520815b474e885826ee1448171bf35
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
18 files changed:
tests/Makefile.am
tests/README
tests/atk-object-xml-loader.c
tests/atk_suite.c
tests/atk_suite.h
tests/atk_test_accessible.c
tests/atk_test_action.c [new file with mode: 0644]
tests/atk_test_util.c [new file with mode: 0644]
tests/atk_test_util.h [new file with mode: 0644]
tests/data/test-accessible.xml [new file with mode: 0644]
tests/data/test-action.xml [new file with mode: 0644]
tests/dummyatk/Makefile.am
tests/dummyatk/my-atk-action.c [new file with mode: 0644]
tests/dummyatk/my-atk-action.h [new file with mode: 0644]
tests/dummyatk/my-atk-object.c
tests/dummyatk/my-atk-object.h
tests/dummyatk/my-atk.h
tests/test-application.c