X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=test%2Ftest_download.py;h=bd9dd86e8ac1cfc9a71df9357a5353ece9a0a023;hb=a84da06f49c04203b9dadd0b4d4091228ca5afcd;hp=01a8bcb89814a5fd450d0d9c1a7959224e37bbcb;hpb=c6c22e984d0d35172d8e39d2136d2059494d22b2;p=youtube-dl.git diff --git a/test/test_download.py b/test/test_download.py index 01a8bcb89..bd9dd86e8 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -11,6 +11,7 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) from test.helper import ( assertGreaterEqual, expect_warnings, + expect_value, get_params, gettestcases, expect_info_dict, @@ -200,6 +201,7 @@ def generator(test_case, tname): test_case['playlist_duration_sum'], got_duration) for tc in test_cases: + expect_value(self, res_dict['id'], tc['info_dict']['id'], 'id') tc_filename = get_tc_filename(tc) if not test_case.get('params', {}).get('skip_download', False): self.assertTrue(os.path.exists(tc_filename), msg='Missing file ' + tc_filename)