[grilo-plugins] tests: fix url for mocked content in thegamesdb



commit a93945beb7da8b9334855e67a3f8610c665d26a3
Author: Victor Toso <me victortoso com>
Date:   Sat Sep 3 17:24:40 2016 +0200

    tests: fix url for mocked content in thegamesdb
    
    (test_games:5048): Grilo-WARNING **: [lua-library]
    grl-lua-library.c:504: Can't fetch element 1 (URL:
    http://thegamesdb.net/api/GetGamesList.php?name=Ast%C3%A9rix&platform=PC):
    'Could not find mock content Key file does not have group
    'http://thegamesdb.net/api/GetGamesList.php?name=Ast%C3%A9rix&platform=PC''
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770806

 tests/games/data/network-data.ini |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/games/data/network-data.ini b/tests/games/data/network-data.ini
index c6a9661..ef4f080 100644
--- a/tests/games/data/network-data.ini
+++ b/tests/games/data/network-data.ini
@@ -25,7 +25,7 @@ data=resolve-sonic-sms.data
 [http://thegamesdb.net/api/GetGame.php?id=3016]
 data=resolve-getgame-sonic-sms.data
 
-[http://thegamesdb.net/api/GetGamesList.php?name=Ast%C3%A9rix]
+[http://thegamesdb.net/api/GetGamesList.php?name=Ast%C3%A9rix&platform=PC]
 data=resolve-asterix.data
 
 [http://thegamesdb.net/api/GetGame.php?id=11837]


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