[grilo-plugins] tests: Add missing data in thetvdb plugin



commit 64a10844a59c349fcfaff1f2b0f7237d2a031446
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Tue Dec 15 16:24:41 2015 +0000

    tests: Add missing data in thetvdb plugin

 tests/thetvdb/data/config.ini |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/tests/thetvdb/data/config.ini b/tests/thetvdb/data/config.ini
index b1845e0..9534354 100644
--- a/tests/thetvdb/data/config.ini
+++ b/tests/thetvdb/data/config.ini
@@ -4,30 +4,40 @@ version=1
 # Boardwalk Empire
 [https://thetvdb.com/api/GetSeries.php?language=all&seriesname=boardwalk empire]
 data = boardwalk_empire_get_series.txt
+[https://thetvdb.com/api/GetSeries.php?language=all&seriesname=Boardwalk Empire]
+data = boardwalk_empire_get_series.txt
 [https://thetvdb.com/api/THETVDB_TEST_MOCK_API_KEY/series/84947/all/en.zip]
 data = boardwalk_empire_series_all_en.zip
 
 # Adventure Time
 [https://thetvdb.com/api/GetSeries.php?language=all&seriesname=adventure time]
 data = adventure_time_get_series.txt
+[https://thetvdb.com/api/GetSeries.php?language=all&seriesname=Adventure Time]
+data = adventure_time_get_series.txt
 [https://thetvdb.com/api/THETVDB_TEST_MOCK_API_KEY/series/152831/all/en.zip]
 data = adventure_time_series_all_en.zip
 
 # Felicity
 [https://thetvdb.com/api/GetSeries.php?language=all&seriesname=felicity]
 data = felicity_get_series.txt
+[https://thetvdb.com/api/GetSeries.php?language=all&seriesname=Felicity]
+data = felicity_get_series.txt
 [https://thetvdb.com/api/THETVDB_TEST_MOCK_API_KEY/series/73980/all/en.zip]
 data = felicity_series_all_en.zip
 
 # House
 [https://thetvdb.com/api/GetSeries.php?language=all&seriesname=house]
 data = house_get_series.txt
+[https://thetvdb.com/api/GetSeries.php?language=all&seriesname=House]
+data = house_get_series.txt
 [https://thetvdb.com/api/THETVDB_TEST_MOCK_API_KEY/series/73255/all/en.zip]
 data = house_series_all_en.zip
 
 # Naruto
 [https://thetvdb.com/api/GetSeries.php?language=all&seriesname=naruto]
 data = naruto_get_series.txt
+[https://thetvdb.com/api/GetSeries.php?language=all&seriesname=Naruto]
+data = naruto_get_series.txt
 [https://thetvdb.com/api/THETVDB_TEST_MOCK_API_KEY/series/78857/all/en.zip]
 data = naruto_series_all_en.zip
 


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