aboutsummaryrefslogtreecommitdiff
path: root/test/test_download.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-02-01 17:46:03 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-02-01 17:46:03 +0100
commit233a22960af8043515b17780b5bd69566dc90b36 (patch)
treea82b72ad19af70179f530b37112402d6eb674e78 /test/test_download.py
parent3b024e17afcfe12f4ea55e9a200b9cbd61ec3f99 (diff)
downloadyoutube-dl-233a22960af8043515b17780b5bd69566dc90b36.tar.xz
Switch ComedyCentral test to a permanent URL (They delete full episodes older than a month)
Diffstat (limited to 'test/test_download.py')
-rw-r--r--test/test_download.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_download.py b/test/test_download.py
index 14ac511d2..f1bccf58c 100644
--- a/test/test_download.py
+++ b/test/test_download.py
@@ -98,7 +98,7 @@ def generator(test_case):
for tc in test_cases:
if not test_case.get('params', {}).get('skip_download', False):
- self.assertTrue(os.path.exists(tc['file']))
+ self.assertTrue(os.path.exists(tc['file']), msg='Missing file ' + tc['file'])
self.assertTrue(tc['file'] in finished_hook_called)
self.assertTrue(os.path.exists(tc['file'] + '.info.json'))
if 'md5' in tc: