mkvtoolnix/tests/test-219srt_short_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
366 B
Ruby

#!/usr/bin/ruby -w
class T_219srt_short_timecodes < Test
def description
return "mkvmerge / SRT subs with short timecodes / in(SRT)"
end
def run
merge "--subtitle-charset -1:ISO-8859-15 'data/textsubs/Marchen Awakens Romance - 40.srt' --subtitle-charset -1:ISO-8859-15 'data/textsubs/Marchen Awakens Romance - 41.srt'"
return hash_tmp
end
end