From ee283789b788981be44092d83a1459d6af4cc93d Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Sun, 14 Sep 2014 20:04:31 +0100 Subject: [PATCH] Fix ByteVector sizes in some test cases --- tests/test_id3v2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_id3v2.cpp b/tests/test_id3v2.cpp index a77e46af..50e0fef4 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))); @@ -218,7 +218,7 @@ public: "JPG" "\x01" "d\x00" - "\x00", 18); + "\x00", 14); ID3v2::AttachedPictureFrame *frame = static_cast(factory->createFrame(data, TagLib::uint(2))); -- 2.40.0