Skip to content

Commit

Permalink
Tests: Add TagLib MPEG tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Jan 21, 2023
1 parent 2c54dfc commit 77d7be0
Show file tree
Hide file tree
Showing 12 changed files with 396 additions and 0 deletions.
Binary file added tests/taglib/data/bladeenc.mp3
Binary file not shown.
Binary file added tests/taglib/data/duplicate_id3v2.mp3
Binary file not shown.
Binary file added tests/taglib/data/garbage.mp3
Binary file not shown.
Binary file added tests/taglib/data/invalid-frames1.mp3
Binary file not shown.
Binary file added tests/taglib/data/invalid-frames2.mp3
Binary file not shown.
Binary file added tests/taglib/data/invalid-frames3.mp3
Binary file not shown.
Binary file added tests/taglib/data/lame_cbr.mp3
Binary file not shown.
Binary file added tests/taglib/data/lame_vbr.mp3
Binary file not shown.
Binary file added tests/taglib/data/mpeg2.mp3
Binary file not shown.
Binary file added tests/taglib/data/rare_frames.mp3
Binary file not shown.
1 change: 1 addition & 0 deletions tests/taglib/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ mod test_flac;
mod test_flacpicture;
mod test_id3v1;
mod test_info;
mod test_mpeg;
mod test_speex;
Loading

0 comments on commit 77d7be0

Please sign in to comment.