2008-07-21 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Mon, 21 Jul 2008 14:27:25 +0000 (15:27 +0100)
committerMark Doffman <mdoff@silver-wind.(none)>
Mon, 21 Jul 2008 14:27:25 +0000 (15:27 +0100)
commitdea123f383eb81663ea33463363f5c27f4ac0bcd
tree70fe1782b56d34ee0f69da2f58c096bc320c90bd
parent230c0042935e0a74ff8ad10856e76b228d811c3a
2008-07-21 Mark Doffman <mark.doffman@codethink.co.uk>
* tests/clients -> tests/cspi & tests/pyatspi
Separate client test code into cspi and pyatspi
folders.
12 files changed:
configure.ac
tests/Makefile.am
tests/cspi/Makefile.am [moved from tests/clients/Makefile.am with 51% similarity]
tests/cspi/key-listener-test.c [moved from tests/clients/key-listener-test.c with 100% similarity]
tests/cspi/keysynth-test.c [moved from tests/clients/keysynth-test.c with 100% similarity]
tests/cspi/simple-at.c [moved from tests/clients/simple-at.c with 100% similarity]
tests/pyatspi/Makefile.am [new file with mode: 0644]
tests/pyatspi/__init__.py [moved from tests/clients/__init__.py with 100% similarity]
tests/pyatspi/accessibletest.py [moved from tests/clients/accessibletest.py with 100% similarity]
tests/pyatspi/componenttest.py [moved from tests/clients/componenttest.py with 100% similarity]
tests/pyatspi/coretest.py [moved from tests/clients/coretest.py with 100% similarity]
tests/pyatspi/testutil.py [moved from tests/clients/testutil.py with 100% similarity]