From 8e3c108913b118980a1b4ae70886e23da05d9e00 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Mon, 7 Oct 2013 16:34:53 +0300 Subject: [PATCH] tests: media_lego: Add a test for "/videos" Signed-off-by: Toni Gundogdu --- tests/media/media_lego.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/media/media_lego.c b/tests/media/media_lego.c index 47ce5f5..da6fb2a 100644 --- a/tests/media/media_lego.c +++ b/tests/media/media_lego.c @@ -28,13 +28,15 @@ static const gchar *URLs[] = { - "http://city.lego.com/en-us/movies/fan-created/truckload-of-cash/", + "http://www.lego.com/en-us/videos?video={F1126563-A96C-4561-93D0-7048143BF4C0}", + "http://www.lego.com/en-us/city/movies/fan-created/truckload-of-cash", "http://city.lego.com/en-us/movies/mini-movies/museum-heist/", NULL }; static const gchar *TITLEs[] = { + "Brain Attack Episode 10", "Truckload of Cash", "Museum Heist", NULL @@ -42,6 +44,7 @@ static const gchar *TITLEs[] = static const gchar *IDs[] = { + "f1126563-a96c-4561-93d0-7048143bf4c0", "5d7e7177-ee51-463b-b0fb-fe2abd2e19ac", "3ef1b044-126f-4833-b9fb-0371595d25f9", NULL -- 2.11.4.GIT