mirror of
https://github.com/taglib/taglib.git
synced 2025-07-19 05:24:25 -04:00
IT: support channels property
This commit is contained in:
@ -93,7 +93,7 @@ private:
|
||||
CPPUNIT_ASSERT_EQUAL(0, p->sampleRate());
|
||||
CPPUNIT_ASSERT_EQUAL(8, p->channels());
|
||||
CPPUNIT_ASSERT_EQUAL(31U, p->instrumentCount());
|
||||
CPPUNIT_ASSERT_EQUAL(1U, p->tableLength());
|
||||
CPPUNIT_ASSERT_EQUAL((uchar)1, p->tableLength());
|
||||
CPPUNIT_ASSERT_EQUAL(title, t->title());
|
||||
CPPUNIT_ASSERT_EQUAL(String::null, t->artist());
|
||||
CPPUNIT_ASSERT_EQUAL(String::null, t->album());
|
||||
|
Reference in New Issue
Block a user