[libpeas] Fix test so the GJS plugin loader is finalized



commit 8a12527155e71351e7df6d5fb537bbfa87dcb08b
Author: Garrett Regier <alias301 gmail com>
Date:   Sat Jun 11 01:56:38 2011 -0700

    Fix test so the GJS plugin loader is finalized

 tests/libpeas/extension-gjs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/libpeas/extension-gjs.c b/tests/libpeas/extension-gjs.c
index deff079..9d69235 100644
--- a/tests/libpeas/extension-gjs.c
+++ b/tests/libpeas/extension-gjs.c
@@ -76,5 +76,5 @@ main (int   argc,
 
   EXTENSION_TEST (gjs, "plugin-info", plugin_info);
 
-  return g_test_run ();
+  return testing_run_tests ();
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]