mirror of
https://github.com/taglib/taglib.git
synced 2025-07-19 05:24:25 -04:00
@ -986,12 +986,14 @@ public:
|
||||
ID3v2::ChapterFrame f4("C", 3, 5, 2, 3, frames);
|
||||
CPPUNIT_ASSERT_EQUAL(expected, f4.render());
|
||||
|
||||
CPPUNIT_ASSERT(!f4.toString().isEmpty());
|
||||
|
||||
ID3v2::ChapterFrame f5("C", 3, 5, 2, 3);
|
||||
eF = new ID3v2::TextIdentificationFrame("TIT2");
|
||||
eF->setText("CH1");
|
||||
f5.addEmbeddedFrame(eF);
|
||||
CPPUNIT_ASSERT_EQUAL(expected, f5.render());
|
||||
}
|
||||
}
|
||||
|
||||
void testParseTableOfContentsFrame()
|
||||
{
|
||||
|
Reference in New Issue
Block a user