Replace DataBuf internal buffer with std::vector

This commit is contained in:
Luis Díaz Más
2022-02-20 12:42:00 +01:00
parent aec36f86d7
commit f1e04ee866
9 changed files with 48 additions and 32 deletions
+3
View File
@@ -26,12 +26,15 @@ class PngReadRawProfile(metaclass=system_tests.CaseMeta):
commands = ["$exiv2 " + fname for fname in filenames]
stdout = [""] * len(filenames)
stderr = [ stderr_exception(fname) for fname in filenames[0:5] ]
stderr.append("""$exiv2_exception_message """ + filenames[5] + """:
$kerInputDataReadFailed
""")
stderr.append("""Error: XMP Toolkit error 201: Error in XMLValidator
Warning: Failed to decode XMP metadata.
""" + stderr_exception(filenames[6]))
stderr.append("""Warning: Failed to decode Exif metadata.
""" + stderr_exception(filenames[7]))