fixed build failure

This commit is contained in:
naiar 2013-06-07 20:00:13 +09:00
parent 98d010f460
commit fc9abc7a33

View File

@ -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());
}
};