Skip to content

Commit

Permalink
[nrk] Update subtitles test
Browse files Browse the repository at this point in the history
Subtitle conversion routine is removed, so the subtitles are TTML now. See
1c7e2e6
  • Loading branch information
Yen Chi Hsuan committed May 27, 2015
1 parent f9f3e3d commit f0bfaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_subtitles.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def test_allsubtitles(self):
self.DL.params['allsubtitles'] = True
subtitles = self.getSubtitles()
self.assertEqual(set(subtitles.keys()), set(['no']))
self.assertEqual(md5(subtitles['no']), '1d221e6458c95c5494dcd38e6a1f129a')
self.assertEqual(md5(subtitles['no']), '544fa917d3197fcbee64634559221cc2')


class TestRaiSubtitles(BaseTestSubtitles):
Expand Down

0 comments on commit f0bfaa2

Please sign in to comment.