mirror of
				https://github.com/taglib/taglib.git
				synced 2025-11-04 00:36:54 -05:00 
			
		
		
		
	Fix ByteVector sizes in some test cases
This commit is contained in:
		@ -199,7 +199,7 @@ public:
 | 
			
		||||
                                 "JPG"
 | 
			
		||||
                                 "\x01"
 | 
			
		||||
                                 "d\x00"
 | 
			
		||||
                                 "\x00", 18);
 | 
			
		||||
                                 "\x00", 14);
 | 
			
		||||
    ID3v2::AttachedPictureFrame *frame =
 | 
			
		||||
        static_cast<TagLib::ID3v2::AttachedPictureFrame*>(factory->createFrame(data, TagLib::uint(2)));
 | 
			
		||||
 | 
			
		||||
@ -218,7 +218,7 @@ public:
 | 
			
		||||
                                 "JPG"
 | 
			
		||||
                                 "\x01"
 | 
			
		||||
                                 "d\x00"
 | 
			
		||||
                                 "\x00", 18);
 | 
			
		||||
                                 "\x00", 14);
 | 
			
		||||
    ID3v2::AttachedPictureFrame *frame =
 | 
			
		||||
        static_cast<TagLib::ID3v2::AttachedPictureFrame*>(factory->createFrame(data, TagLib::uint(2)));
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user