[libpeas] Fix testing_init() in libpeas' libtesting
- From: Steve Frécinaux <sfre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas] Fix testing_init() in libpeas' libtesting
- Date: Wed, 23 Mar 2011 21:42:00 +0000 (UTC)
commit 8b6524a44bee9ddd071576f113c9b8fc1121d4fc
Author: Garrett Regier <alias301 gmail com>
Date: Fri Mar 18 06:40:07 2011 -0700
Fix testing_init() in libpeas' libtesting
tests/libpeas/testing/testing.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/libpeas/testing/testing.c b/tests/libpeas/testing/testing.c
index 4a6b5a5..da79907 100644
--- a/tests/libpeas/testing/testing.c
+++ b/tests/libpeas/testing/testing.c
@@ -46,6 +46,8 @@ testing_init (void)
BUILDDIR "/tests/libpeas/introspection",
"Introspection", "1.0", 0, &error);
g_assert_no_error (error);
+
+ initialized = TRUE;
}
PeasEngine *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]