2008-06-02 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Tue, 3 Jun 2008 03:46:45 +0000 (04:46 +0100)
committerMark Doffman <mdoff@silver-wind.(none)>
Tue, 3 Jun 2008 03:46:45 +0000 (04:46 +0100)
commit685229dfd041efb42581b0ec7912b3614d08cbd4
treee8640d630ae0423e70a8913ffc8ca08f197961df
parent3ab707761f83c240c1ed6bfa475d768d8727817c
2008-06-02 Mark Doffman <mark.doffman@codethink.co.uk>
* pyatspi --> python/pyatspi
  Move the accessible_cache out of test and into
  the python directory. Move pyatspi to a subdirectory
  from here.
* tests/clients
  Add a framework for invoking and testing the atk
  adaptor using the test applications.
32 files changed:
configure.ac
python/accessible_cache.py [moved from tests/accessible_cache.py with 100% similarity]
python/pyatspi/ChangeLog [moved from pyatspi/ChangeLog with 100% similarity]
python/pyatspi/Makefile.am [moved from pyatspi/Makefile.am with 100% similarity]
python/pyatspi/__init__.py [moved from pyatspi/__init__.py with 100% similarity]
python/pyatspi/accessible.py [moved from pyatspi/accessible.py with 100% similarity]
python/pyatspi/constants.py [moved from pyatspi/constants.py with 100% similarity]
python/pyatspi/event.py [moved from pyatspi/event.py with 100% similarity]
python/pyatspi/registry.py [moved from pyatspi/registry.py with 100% similarity]
python/pyatspi/setup.py [moved from pyatspi/setup.py with 100% similarity]
python/pyatspi/utils.py [moved from pyatspi/utils.py with 100% similarity]
tests/AccessibleTree.py [deleted file]
tests/Makefile.am
tests/apps/Makefile.am [moved from tests/testapps/Makefile.am with 79% similarity]
tests/apps/atk-object-xml-loader.c [new file with mode: 0644]
tests/apps/atk-object-xml-loader.h [new file with mode: 0644]
tests/apps/noop-app.c [moved from tests/testapps/noop-app.c with 80% similarity]
tests/apps/object-app.c [new file with mode: 0644]
tests/apps/test-application.c [moved from tests/testapps/test-application.c with 85% similarity]
tests/clients/Makefile.am [new file with mode: 0644]
tests/clients/__init__.py [new file with mode: 0644]
tests/clients/accessibleobject.py [new file with mode: 0644]
tests/clients/object-test-stage1.xml [new file with mode: 0644]
tests/clients/testutil.py [new file with mode: 0644]
tests/desktop.xml [deleted file]
tests/dummyatk/my-atk-object.c
tests/dummyatk/my-atk-object.h
tests/makeTree.py [deleted file]
tests/testClient.py [deleted file]
tests/testServer.py [deleted file]
tests/testapps/object-app.c [deleted file]
tests/testrunner.py [new file with mode: 0644]