mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
tests: add test case for TTA with APEv2 tags
This commit is contained in:
parent
ded7bce770
commit
c9a5093510
@ -419,3 +419,4 @@ T_570h264_misdetected_as_mpeg_ts:506db4279011799b5b14d1f56be5f02e-53ec02acfb3a32
|
||||
T_571bluray_pcm_odd_number_of_channels:77cf4c999faf85d0e37c790ee7c75541:passed:20161012-204232:0.034162181
|
||||
T_572hdmv_textst:0c7491296aca98abf20af85926468bac-0c7491296aca98abf20af85926468bac-0f8722f155c1c32f4b58ef8661fea6a1+2d080bee45d9cf8fdd1f235f56550863:passed:20161128-164101:0.072007646
|
||||
T_573teletext_subs_data_unit_id_0x02_and_multiple_magazines:03b961cb80532c45829bd91345f327d0:passed:20161208-202941:0.037765249
|
||||
T_574tta_with_apev2_tags:342b123b71e0a40a0688f4647c38b1c5-4870070dccb00f5aaeda933c301050f5:passed:20161223-210853:0.019411679
|
||||
|
8
tests/test-574tta_with_apev2_tags.rb
Executable file
8
tests/test-574tta_with_apev2_tags.rb
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/ruby -w
|
||||
|
||||
file = "data/tta/apev2-tags.tta"
|
||||
|
||||
# T_574tta_with_apev2_tags
|
||||
describe "mkvmerge / TTA files with APEv2 tags"
|
||||
test_identify file
|
||||
test_merge file
|
Loading…
Reference in New Issue
Block a user