Remove a duplicate test file.

This commit is contained in:
Tsuda Kageyu 2017-01-27 22:10:02 +09:00
parent 978b822774
commit 3d14ff74b1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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());