[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:42:52 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=a265973
The following commit has been merged in the master branch:
commit a2659732452b50f80c9b1afc9f70d18eb109d79e
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sat Jan 14 04:32:48 2012 +0000
#799: Added regression test (using the example provided by Benjamin H. in connection with #798).
---
test/bugfixes-test.sh | 8 ++++++++
test/data/bugfixes-test.out | Bin 100961 -> 105255 bytes
2 files changed, 8 insertions(+)
diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index f546435..a751006 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -210,6 +210,14 @@ cp -f ../data/exiv2-empty.jpg $filename
$bin/exiv2 -u -v -M"add Exif.Image.Make Canon" -M"add Exif.CanonCs.0x0001 Short 1" -M"add Exif.CanonCs.0x0000 Short 2" $filename
$bin/exiv2 -u -v -PEkyct $filename
+num=799
+filename=exiv2-bug$num.jpg
+cp -f ../data/exiv2-empty.jpg $filename
+$bin/exiv2 -v -m ../data/bug$num.cmd $filename
+$bin/exiv2 -v -pa $filename
+$bin/exiv2 -v -f -eX $filename
+cat exiv2-bug$num.xmp
+
num=800
for type in 8BIM AgHg DCSR PHUT; do
for format in jpg psd; do
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 0512398..d752afb 100644
Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list