summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2006-08-17 16:44:33 +0000
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2006-08-17 16:44:33 +0000
commit1f3843d72458da51ffc10aa55cfb004c0b8d8f6a (patch)
treecaf708eccfe00e53576982f755f1b37b0907a558 /test
parent09766b0dd76cdb8165ffe6c0ef1bca847da9e5be (diff)
downloadat-spi2-core-1f3843d72458da51ffc10aa55cfb004c0b8d8f6a.tar.gz
Documentation fixed for bug #351657.
Fixed the cspi return value demarshalling for AccessibleDocument_getAttributes. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@850 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am5
-rw-r--r--test/keysynth-test.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index d2ef5e10..d01d290f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -40,3 +40,8 @@ INCLUDES = -I$(top_srcdir) \
LDADD = ../libspi/libspi.la ../cspi/libcspi.la ../login-helper/libloginhelper.la $(TESTS_LIBS) $(X_LIBS) $(XINPUT_LIBS)
TESTS = test-simple
+
+TESTS_ENVIRONMENT = \
+ LD_LIBRARY_PATH=$(top_builddir)/libspi/.libs/:$(top_builddir)/cspi/.libs/ \
+ PATH=$(top_builddir)/registryd/.libs
+
diff --git a/test/keysynth-test.c b/test/keysynth-test.c
index 78d59bc5..22adf463 100644
--- a/test/keysynth-test.c
+++ b/test/keysynth-test.c
@@ -42,7 +42,7 @@ static TextTest text[] = {
{65, NULL, SPI_KEY_PRESSRELEASE},
{64, NULL, SPI_KEY_SYM},
{0, "--hello!", SPI_KEY_STRING},
- {0, "StudlyCaps", SPI_KEY_STRING}
+ {0, "StudlyCaps!", SPI_KEY_STRING}
};
static void