mkvtoolnix/tests/test-258srt_negative_timecodes.rb
Moritz Bunkus 0275749999 Explicitely set subtitle charsets in tests
Due to the change to set the locale to UTF-8 in run.rb
2010-05-22 19:17:33 +02:00

14 lines
280 B
Ruby

#!/usr/bin/ruby -w
class T_258srt_negative_timecodes < Test
def description
return "mkvmerge / SRT files with negative timecodes / in(SRT)"
end
def run
merge 1, "--subtitle-charset -1:ISO-8859-1 data/textsubs/negative_timecodes.srt"
return hash_tmp
end
end