mirror of
https://github.com/taglib/taglib.git
synced 2025-07-27 01:14:31 -04:00
Seems to have been wrong in the merge
This commit is contained in:
@ -25,7 +25,7 @@ public:
|
||||
|
||||
RIFF::AIFF::File *f = new RIFF::AIFF::File(filename.c_str());
|
||||
CPPUNIT_ASSERT_EQUAL(705, f->audioProperties()->bitrate());
|
||||
CPPUNIT_ASSERT(f->audioProperties()->isAiffC());
|
||||
CPPUNIT_ASSERT(!f->audioProperties()->isAiffC());
|
||||
delete f;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user