[grilo-plugins] tests: Add TMDb plugin into path for test_tmdb_fast_resolution_by_id()



commit 088318e474d7ce83d3638afe2474a9162d6a08d2
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Tue Jan 15 11:57:56 2013 +0000

    tests: Add TMDb plugin into path for test_tmdb_fast_resolution_by_id()

 test/test_tmdb_fast_resolution_by_id.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/test_tmdb_fast_resolution_by_id.c b/test/test_tmdb_fast_resolution_by_id.c
index 9491ae0..00fe8af 100644
--- a/test/test_tmdb_fast_resolution_by_id.c
+++ b/test/test_tmdb_fast_resolution_by_id.c
@@ -100,8 +100,8 @@ test (void)
 int
 main(int argc, char **argv)
 {
+  g_setenv ("GRL_PLUGIN_PATH", GRILO_PLUGINS_TESTS_TMDB_PLUGIN_PATH, TRUE);
   g_setenv ("GRL_PLUGIN_LIST", TMDB_PLUGIN_ID, TRUE);
-  g_setenv ("GRL_PLUGIN_PATH", g_getenv ("PWD"), TRUE);
 
   /* We must set this before calling grl_init.
    * See https://bugzilla.gnome.org/show_bug.cgi?id=685967#c17



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