mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
fixed build failure
This commit is contained in:
parent
98d010f460
commit
fc9abc7a33
@ -239,8 +239,8 @@ public:
|
||||
map["HÄÖ"] = String("bla");
|
||||
FLAC::File f(copy.fileName().c_str());
|
||||
PropertyMap invalid = f.setProperties(map);
|
||||
CPPUNIT_ASSERT_EQUAL(uint(1), invalid.size());
|
||||
CPPUNIT_ASSERT_EQUAL(uint(0), f.properties().size());
|
||||
CPPUNIT_ASSERT_EQUAL(TagLib::uint(1), invalid.size());
|
||||
CPPUNIT_ASSERT_EQUAL(TagLib::uint(0), f.properties().size());
|
||||
}
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user