Seems to have been wrong in the merge

This commit is contained in:
Scott Wheeler 2014-09-25 16:44:08 +02:00
parent 0884945567
commit bdfd7dc003

View File

@ -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;
}