diff --git a/tests/data/vbri.mp3 b/tests/data/vbri.mp3 deleted file mode 100644 index ea14d61e..00000000 Binary files a/tests/data/vbri.mp3 and /dev/null differ diff --git a/tests/test_mpeg.cpp b/tests/test_mpeg.cpp index 5a990580..fd46f9ed 100644 --- a/tests/test_mpeg.cpp +++ b/tests/test_mpeg.cpp @@ -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());