[grilo-plugins] Revert "bliptv: Comment test_autosplit test function"



commit 17c8cf79754103a95a040a24262ed1349a4a20a6
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Wed Sep 4 16:21:25 2013 +0000

    Revert "bliptv: Comment test_autosplit test function"
    
    We already depend on Grilo 0.2.7. So let's re-enable test.
    
    This reverts commit 544c7b58f01b6086a96a85dec08ca56ee134d374.

 tests/bliptv/test_bliptv.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/tests/bliptv/test_bliptv.c b/tests/bliptv/test_bliptv.c
index 7c20db9..3ada272 100644
--- a/tests/bliptv/test_bliptv.c
+++ b/tests/bliptv/test_bliptv.c
@@ -189,7 +189,6 @@ test_search_no_results (void)
   g_object_unref (options);
 }
 
-/*
 static void
 test_autosplit (void)
 {
@@ -252,7 +251,6 @@ test_autosplit (void)
   g_list_free_full (medias, g_object_unref);
   g_object_unref (options);
 }
-*/
 
 int
 main(int argc, char **argv)
@@ -273,9 +271,7 @@ main(int argc, char **argv)
   g_test_add_func ("/bliptv/browse", test_browse);
   g_test_add_func ("/bliptv/search/results", test_search_results);
   g_test_add_func ("/bliptv/search/no-results", test_search_no_results);
-
-  /* NOTE: This test depends on grilo 0.2.7. Wait until it is released */
-  /* g_test_add_func ("/bliptv/autosplit", test_autosplit); */
+  g_test_add_func ("/bliptv/autosplit", test_autosplit);
 
   return g_test_run ();
 }


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