[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:43:14 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=c8059a0
The following commit has been merged in the master branch:
commit c8059a040d4581fd97e110329b0da13f4a4b0166
Author: vog <vog at notjusthosting.com>
Date: Fri Aug 3 14:44:06 2012 +0000
#836: Add test case (currently failing on MacOS X)
---
test/bugfixes-test.sh | 13 +++++++++++++
test/data/bugfixes-test.out | Bin 106710 -> 106735 bytes
...flat_coreldraw-x3-lev2.eps => exiv2-bug836.eps} | Bin
.../{iptc-noAPP13.jpg => exiv2-bug836.eps.rsrc} | Bin 1079 -> 1338 bytes
4 files changed, 13 insertions(+)
diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index 2432a17..7250943 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -234,6 +234,19 @@ cp -f ../data/mini9.tif $filename
$bin/exiv2 -v -Qd -M'set Exif.Image.ImageDescription Just GIMP' $filename
$bin/exiv2 -v -pa $filename
+num=836
+filename=exiv2-bug$num.eps
+echo '------>' Bug $num '<-------' >&2
+if [ -e $filename/rsrc ]; then
+ printf "$num " >&3
+ cp $filename.rsrc $filename/rsrc
+ $bin/exiv2 -M'set Exif.Photo.UserComment Test' $filename
+ diff -q $filename/rsrc $filename.rsrc
+else
+ # skip this test on systems which do not have resource forks
+ printf "($num skipped) " >&3
+fi
+
) 3>&1 > $results 2>&1
printf "
"
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 547f175..c78ecaf 100644
Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ
diff --git a/test/data/eps/eps-flat_coreldraw-x3-lev2.eps b/test/data/exiv2-bug836.eps
similarity index 100%
copy from test/data/eps/eps-flat_coreldraw-x3-lev2.eps
copy to test/data/exiv2-bug836.eps
diff --git a/test/data/iptc-noAPP13.jpg b/test/data/exiv2-bug836.eps.rsrc
similarity index 52%
copy from test/data/iptc-noAPP13.jpg
copy to test/data/exiv2-bug836.eps.rsrc
index 3a70b5f..7358ef5 100644
Binary files a/test/data/iptc-noAPP13.jpg and b/test/data/exiv2-bug836.eps.rsrc differ
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list