Skip to content

Commit 77d7be0

Browse files
committed
Tests: Add TagLib MPEG tests
1 parent 2c54dfc commit 77d7be0

12 files changed

+396
-0
lines changed

tests/taglib/data/bladeenc.mp3

27.8 KB
Binary file not shown.

tests/taglib/data/duplicate_id3v2.mp3

9.9 KB
Binary file not shown.

tests/taglib/data/garbage.mp3

8 KB
Binary file not shown.

tests/taglib/data/invalid-frames1.mp3

7.97 KB
Binary file not shown.

tests/taglib/data/invalid-frames2.mp3

7.71 KB
Binary file not shown.

tests/taglib/data/invalid-frames3.mp3

8 KB
Binary file not shown.

tests/taglib/data/lame_cbr.mp3

4 KB
Binary file not shown.

tests/taglib/data/lame_vbr.mp3

4 KB
Binary file not shown.

tests/taglib/data/mpeg2.mp3

16 KB
Binary file not shown.

tests/taglib/data/rare_frames.mp3

8.13 KB
Binary file not shown.

tests/taglib/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ mod test_flac;
88
mod test_flacpicture;
99
mod test_id3v1;
1010
mod test_info;
11+
mod test_mpeg;
1112
mod test_speex;

0 commit comments

Comments
 (0)