2008-06-13 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Fri, 13 Jun 2008 03:10:33 +0000 (04:10 +0100)
committerMark Doffman <mdoff@silver-wind.(none)>
Fri, 13 Jun 2008 03:13:15 +0000 (04:13 +0100)
commit378f926e3fbcd81bdb2aa5065612ddddf959e2e4
treead9e1bfb40d607dbfc746484ff3b47f519c42f2e
parentef25f02aa5044192c07e7d07b2a9c7b61582ddfe
2008-06-13 Mark Doffman <mark.doffman@codethink.co.uk>
* atk-adaptor/bridge.c
Add command line arguments to set the D-Bus name.
For testing purposes.
        * tests/*
Add the beginnings of a component test.
Add a D-Bus Test interface for syncing the
client and server processes.
15 files changed:
atk-adaptor/bridge.c
tests/Makefile.am
tests/apps/Makefile.am
tests/apps/component-app.c [new file with mode: 0644]
tests/apps/noop-app.c
tests/apps/object-app.c
tests/apps/test-application.c
tests/clients/Makefile.am
tests/clients/__init__.py
tests/clients/accessibletest.py [moved from tests/clients/accessibleobject.py with 62% similarity]
tests/clients/componenttest.py [new file with mode: 0644]
tests/clients/coretest.py [new file with mode: 0644]
tests/clients/testutil.py
tests/runtests.sh [deleted file]
tests/testrunner.py