~ubuntu-branches/ubuntu/wily/mkvtoolnix/wily

« back to all changes in this revision

Viewing changes to tests/test-470avi_idx1_video_not_00db.rb

  • Committer: Package Import Robot
  • Author(s): Christian Marillat
  • Date: 2015-04-26 10:36:27 UTC
  • mfrom: (1.1.29) (4.2.45 sid)
  • Revision ID: package-import@ubuntu.com-20150426103627-k53p8hrai2ynikaa
Tags: 7.8.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/ruby -w
 
2
 
 
3
# T_470avi_idx1_video_not_00db
 
4
describe "mkvmerge / video tracks which use tags in idx1 other than 00db"
 
5
 
 
6
(1..6).each { |idx| test_merge "data/avi/idx1-video-not-00db-#{idx}.avi" }