From 7205ea4247c5c7520a3d94fd16ac8bc342f47bfa Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Fri, 4 Nov 2011 18:03:12 +0200 Subject: [PATCH] ted*.json: Change expected length --- tests/data/format/default/ted.json | 2 +- tests/data/format/other/ted_best.json | 2 +- tests/data/format/other/ted_mp4.json | 2 +- tests/data/format/other/ted_mp4_480p.json | 2 +- tests/data/format/other/ted_mp4_light.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/data/format/default/ted.json b/tests/data/format/default/ted.json index a70599a..3ed3d5e 100644 --- a/tests/data/format/default/ted.json +++ b/tests/data/format/default/ted.json @@ -8,7 +8,7 @@ "link": [ { "id": "1", - "length_bytes": "22120752", + "length_bytes": "37321584", "content_type": "video/mp4", "file_suffix": "mp4", "url": "" diff --git a/tests/data/format/other/ted_best.json b/tests/data/format/other/ted_best.json index 264288d..5ada437 100644 --- a/tests/data/format/other/ted_best.json +++ b/tests/data/format/other/ted_best.json @@ -8,7 +8,7 @@ "link": [ { "id": "1", - "length_bytes": "45268611", + "length_bytes": "78506782", "content_type": "video/mp4", "file_suffix": "mp4", "url": "" diff --git a/tests/data/format/other/ted_mp4.json b/tests/data/format/other/ted_mp4.json index 35230a1..a5d33a4 100644 --- a/tests/data/format/other/ted_mp4.json +++ b/tests/data/format/other/ted_mp4.json @@ -8,7 +8,7 @@ "link": [ { "id": "1", - "length_bytes": "22120752", + "length_bytes": "37321584", "content_type": "video/mp4", "file_suffix": "mp4", "url": "" diff --git a/tests/data/format/other/ted_mp4_480p.json b/tests/data/format/other/ted_mp4_480p.json index b590a3a..3be00cf 100644 --- a/tests/data/format/other/ted_mp4_480p.json +++ b/tests/data/format/other/ted_mp4_480p.json @@ -8,7 +8,7 @@ "link": [ { "id": "1", - "length_bytes": "45268611", + "length_bytes": "78506782", "content_type": "video/mp4", "file_suffix": "mp4", "url": "" diff --git a/tests/data/format/other/ted_mp4_light.json b/tests/data/format/other/ted_mp4_light.json index 0a384ea..670f7eb 100644 --- a/tests/data/format/other/ted_mp4_light.json +++ b/tests/data/format/other/ted_mp4_light.json @@ -8,7 +8,7 @@ "link": [ { "id": "1", - "length_bytes": "3461488", + "length_bytes": "5673205", "content_type": "video/mp4", "file_suffix": "mp4", "url": "" -- 2.11.4.GIT