mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 21:14:23 -04:00
Merge pull request #699 from TsudaKageyu/flac-duplicate-comments
Remove duplicate Vorbis comment blocks when saving a FLAC file.
This commit is contained in:
@ -60,6 +60,8 @@ public:
|
||||
{
|
||||
FLAC::File f(newname.c_str());
|
||||
CPPUNIT_ASSERT_EQUAL(String("The Artist"), f.tag()->artist());
|
||||
CPPUNIT_ASSERT_EQUAL(69L, f.find("Artist"));
|
||||
CPPUNIT_ASSERT_EQUAL(-1L, f.find("Artist", 70));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user