From: Tsuda Kageyu Date: Fri, 27 Jan 2017 13:10:02 +0000 (+0900) Subject: Remove a duplicate test file. X-Git-Tag: v1.12-beta-1~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d14ff74b1926693c9b18bbb7afa75f7461b8d2b;p=taglib Remove a duplicate test file. --- 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());