[grilo-plugins] Revert "test: Run TMDb tests with the recently build plugin"



commit c4cae89b903b922e4641221df4605d1b372cb023
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Dec 4 11:28:45 2012 +0100

    Revert "test: Run TMDb tests with the recently build plugin"
    
    This reverts commit 1d17e62ae05037d231bb4a2de6308a4ab08619b0.

 test/Makefile.am                       |    8 +-------
 test/test_tmdb_fast_resolution.c       |    1 -
 test/test_tmdb_full_resolution.c       |    1 -
 test/test_tmdb_missing_configuration.c |    1 -
 test/test_tmdb_preconditions.c         |    1 -
 5 files changed, 1 insertions(+), 11 deletions(-)
---
diff --git a/test/Makefile.am b/test/Makefile.am
index 281f490..c05e832 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -7,19 +7,13 @@
 
 INCLUDES = @DEPS_CFLAGS@
 
-link_tmdb_plugin:
-	ln -sf $(top_srcdir)/src/tmdb/.libs/libgrltmdb.so && \
-	ln -sf $(top_srcdir)/src/tmdb/grl-tmdb.xml
-
 check_tests = test_tmdb_preconditions \
 	test_tmdb_missing_configuration \
 	test_tmdb_fast_resolution \
 	test_tmdb_full_resolution
 
 # TODO: Add test_local_metadata to check_tests when it runs without errors.
-check_PROGRAMS = \
-	link_tmdb_plugin \
-	test_local_metadata \
+check_PROGRAMS = test_local_metadata \
 	$(check_tests)
 TESTS =	$(check_tests)
 
diff --git a/test/test_tmdb_fast_resolution.c b/test/test_tmdb_fast_resolution.c
index 58992f2..21c1ca7 100644
--- a/test/test_tmdb_fast_resolution.c
+++ b/test/test_tmdb_fast_resolution.c
@@ -99,7 +99,6 @@ int
 main(int argc, char **argv)
 {
   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
diff --git a/test/test_tmdb_full_resolution.c b/test/test_tmdb_full_resolution.c
index 38a9aaf..1cdb23c 100644
--- a/test/test_tmdb_full_resolution.c
+++ b/test/test_tmdb_full_resolution.c
@@ -155,7 +155,6 @@ int
 main(int argc, char **argv)
 {
   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
diff --git a/test/test_tmdb_missing_configuration.c b/test/test_tmdb_missing_configuration.c
index b04f539..fee49ca 100644
--- a/test/test_tmdb_missing_configuration.c
+++ b/test/test_tmdb_missing_configuration.c
@@ -69,7 +69,6 @@ int
 main(int argc, char **argv)
 {
   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
diff --git a/test/test_tmdb_preconditions.c b/test/test_tmdb_preconditions.c
index 11708a5..e869da9 100644
--- a/test/test_tmdb_preconditions.c
+++ b/test/test_tmdb_preconditions.c
@@ -92,7 +92,6 @@ int
 main(int argc, char **argv)
 {
   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]