diff --git a/tests/results.txt b/tests/results.txt index 817dbc529..ca61732f8 100644 --- a/tests/results.txt +++ b/tests/results.txt @@ -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 diff --git a/tests/test-244iconv_missing_character.rb b/tests/test-244iconv_missing_character.rb new file mode 100644 index 000000000..ff601dd1d --- /dev/null +++ b/tests/test-244iconv_missing_character.rb @@ -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 +