mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Remove a duplicate test file.
This commit is contained in:
parent
978b822774
commit
3d14ff74b1
Binary file not shown.
@ -97,7 +97,7 @@ public:
|
||||
|
||||
void testAudioPropertiesVBRIHeader()
|
||||
{
|
||||
MPEG::File f(TEST_FILE_PATH_C("vbri.mp3"));
|
||||
MPEG::File f(TEST_FILE_PATH_C("rare_frames.mp3"));
|
||||
CPPUNIT_ASSERT(f.audioProperties());
|
||||
CPPUNIT_ASSERT_EQUAL(222, f.audioProperties()->length());
|
||||
CPPUNIT_ASSERT_EQUAL(222, f.audioProperties()->lengthInSeconds());
|
||||
|
Loading…
x
Reference in New Issue
Block a user