From: Uwe L. Korn Date: Sun, 14 Sep 2014 19:04:31 +0000 (+0100) Subject: Fix ByteVector sizes in some test cases X-Git-Tag: v1.10beta~138^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee283789b788981be44092d83a1459d6af4cc93d;p=taglib Fix ByteVector sizes in some test cases --- 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)));