summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormichael <michael@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2003-05-30 15:01:26 +0000
committermichael <michael@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2003-05-30 15:01:26 +0000
commit3d9828f0befe360f9206c0ebc5f5bfce9a33c4b7 (patch)
treed616506531980236f44c7edec19fe1d0cc0e0d0e /test
parent71a1f220d29d3c26db785bf7ddb5af0667d8d9c7 (diff)
downloadat-spi2-core-3d9828f0befe360f9206c0ebc5f5bfce9a33c4b7.tar.gz
2003-05-30 Michael Meeks <michael@ximian.com>
* test/test-simple.c (main): use CORBA_ORB_perform_work instead of an unnecessary linc_ call. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@432 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'test')
-rw-r--r--test/test-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-simple.c b/test/test-simple.c
index c832ee91..c0d6c502 100644
--- a/test/test-simple.c
+++ b/test/test-simple.c
@@ -790,7 +790,7 @@ main (int argc, char **argv)
/* Wait for any pending events from the registry */
g_usleep (500*1000);
for (i = 0; i < 100; i++)
- linc_main_iteration (FALSE);
+ CORBA_ORB_perform_work (NULL, NULL);
if ((leaked = SPI_exit ()))
g_error ("Leaked %d SPI handles", leaked);