mirror of
https://github.com/taglib/taglib.git
synced 2025-07-23 07:24:30 -04:00
Avoid creating new String object when comparing
This commit is contained in:
@ -116,7 +116,7 @@ public:
|
||||
CPPUNIT_ASSERT_EQUAL(a, String(d, String::UTF16));
|
||||
}
|
||||
|
||||
// this test is expected to print "TagLib: String::prepare() -
|
||||
// this test is expected to print "TagLib: String::copyFromUTF16() -
|
||||
// Invalid UTF16 string." on the console 3 times
|
||||
void testUTF16DecodeInvalidBOM()
|
||||
{
|
||||
|
Reference in New Issue
Block a user