From: Stef Walter Date: Sun, 15 May 2011 12:19:51 +0000 (+0200) Subject: gcr: Fix race condition in gnupg collection async tests. X-Git-Tag: split~157 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=408e65d0ca76da88e3375c128975756061895cac;p=platform%2Fupstream%2Fgcr.git gcr: Fix race condition in gnupg collection async tests. --- diff --git a/gcr/tests/test-gnupg-collection.c b/gcr/tests/test-gnupg-collection.c index 0761463..acfb186 100644 --- a/gcr/tests/test-gnupg-collection.c +++ b/gcr/tests/test-gnupg-collection.c @@ -116,6 +116,7 @@ on_async_ready (GObject *source, GAsyncResult *res, gpointer user_data) g_assert (G_OBJECT (test->collection) == source); g_assert (test->result == NULL); test->result = g_object_ref (res); + egg_test_wait_stop (); } static void