diff --git a/tests/test_id3v2.cpp b/tests/test_id3v2.cpp index ebe86fc3..054ae07d 100644 --- a/tests/test_id3v2.cpp +++ b/tests/test_id3v2.cpp @@ -199,7 +199,7 @@ public: "JPG" "\x01" "d\x00" - "\x00", 18); + "\x00", 14); ID3v2::AttachedPictureFrame *frame = static_cast(factory->createFrame(data, TagLib::uint(2))); @@ -220,7 +220,7 @@ public: "JPG" "\x01" "d\x00" - "\x00", 18); + "\x00", 14); ID3v2::AttachedPictureFrame *frame = static_cast(factory->createFrame(data, TagLib::uint(2)));