New test for iconv Hebrew handling.

This commit is contained in:
Moritz Bunkus 2008-10-04 19:38:07 +00:00
parent e66f028515
commit cf80ea72d5
2 changed files with 14 additions and 0 deletions

View File

@ -91,3 +91,4 @@ T_240dts_hd:f8973ccc329e1fd55ee98091a272a330-b97f317f97c51405c50212ddea3461e9:pa
T_241ac3_with_id3_tags:e9643247b6e39a5860797c8f69ba0767:passed:20080309-183547
T_242ogm_with_chapters:71fc6472f27e522f1f4b5c480f97e2b9:passed:20080420-204932
T_243avi_with_audio_garbage:41e19320f7ef4028c641c8149ef9d8d1:passed:20080913-185346
T_244iconv_missing_character:be6f563979ff3977fcb90aa31d9cb9a3:passed:20081004-213713

View File

@ -0,0 +1,13 @@
#!/usr/bin/ruby -w
class T_244iconv_missing_character < Test
def description
return "mkvmerge / iconv cuts the last character (e.g. Hebrew) / in(SRT)"
end
def run
merge("--sub-charset -1:CP1255 data/textsubs/Madagascar.Hebrew.Encoding.srt")
return hash_tmp
end
end