Update the AIFF test

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1222753 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Lukáš Lalinský 2011-02-25 19:43:25 +00:00
parent 7cc1ce1c36
commit 10fff6d797

View File

@ -23,7 +23,7 @@ public:
string filename = copy.fileName();
RIFF::AIFF::File *f = new RIFF::AIFF::File(filename.c_str());
CPPUNIT_ASSERT_EQUAL(689, f->audioProperties()->bitrate());
CPPUNIT_ASSERT_EQUAL(705, f->audioProperties()->bitrate());
}
};