tests: rename test case and file to what's actually inside

This commit is contained in:
Moritz Bunkus 2014-11-15 15:07:22 +01:00
parent e3c02cc1de
commit 9ec912fc33
3 changed files with 7 additions and 7 deletions

View File

@ -186,7 +186,7 @@ T_337vc1_es_sequence_header_not_at_start:4f6a53874192c8321f8748d0dd0f19dd:passed
T_338h264_width_height_pixl_format_non_420:a8664e39f2f29619bb5f81a27f1e7524-ok:passed:20120222-153143:1.938343358
T_339eac3_dependent_frames:aa6aded8ccbb4e0d99a3c2d67b8a0289:passed:20120226-133623:0.201626612
T_340m2ts_interlaced_h264_timecode_every_second_frame:d2fbb252558dfbbaef2b10bcc99df8c5:passed:20120304-163131:25.31191697
T_341vob_interlaced_h264:08197a31d533859b9c6a3731fe495c14:passed:20120304-163313:5.303087276
T_341vob_interlaced_mpeg2:08197a31d533859b9c6a3731fe495c14:passed:20120304-163313:5.303087276
T_342m2ts_interlaced_h264_from_arte:b02e855c2c8bcdde94081df8f43f895f:passed:20120304-165917:4.5443942
T_343m2ts_interlaced_h264_match_of_the_day:5b902a498c5e473ec584a2d1bb39517b:passed:20120304-171453:3.858753744
T_344microdvd_recognition:ok:passed:20120304-175209:0.114439546

View File

@ -1,6 +0,0 @@
#!/usr/bin/ruby -w
# T_341vob_interlaced_h264
describe "mkvmerge / VOB with interlaced h264"
test_merge "data/vob/interlaced_h264.vob"

View File

@ -0,0 +1,6 @@
#!/usr/bin/ruby -w
# T_341vob_interlaced_mpeg
describe "mkvmerge / VOB with interlaced MPEG-2"
test_merge "data/vob/interlaced_mpeg2.vob"