diff options
author | billh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c> | 2004-08-20 17:11:42 +0000 |
---|---|---|
committer | billh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c> | 2004-08-20 17:11:42 +0000 |
commit | 9d4d25b1227645a24dcfc1d8bbd0cbf9302b6e5c (patch) | |
tree | d8e8b5b0ac82e94b3a7160fe44f04a631e73c729 /test | |
parent | cb8706172b3cac005709581ed5cd32d7b0f16d6d (diff) | |
download | at-spi2-core-9d4d25b1227645a24dcfc1d8bbd0cbf9302b6e5c.tar.gz |
Fixes for #149962, #136986, #144086.
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@693 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'test')
-rw-r--r-- | test/stress-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stress-test.c b/test/stress-test.c index d4a5feba..17a366a6 100644 --- a/test/stress-test.c +++ b/test/stress-test.c @@ -55,7 +55,7 @@ main (int argc, char **argv) g_print ("starting stress test...\n"); CORBA_exception_init (&ev); - + registry = bonobo_activation_activate_from_id ( "OAFIID:Accessibility_Registry:1.0", 0, NULL, &ev); |