mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Seems to have been wrong in the merge
This commit is contained in:
parent
0884945567
commit
bdfd7dc003
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user