[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:41:53 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=d182528
The following commit has been merged in the master branch:
commit d182528d5693c0210e1ec11f94eb420db55d3272
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Mon Aug 16 13:35:25 2010 +0000
Added tests for TIFF Float and Double values added for #711.
---
test/bugfixes-test.sh | 25 +++++++++++++++++++++++++
test/data/bugfixes-test.out | Bin 70030 -> 80778 bytes
2 files changed, 25 insertions(+)
diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index aadd3ac..788c0db 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -148,6 +148,31 @@ cp -f ../data/exiv2-nikon-d70.jpg $filename
echo '------>' Bug $num '<-------' >&2
$exiv2 -v -f -r %Y-%m-%d-%a-%j $filename
+num=711
+# Little endian (II)
+filename=exiv2-bug${num}-1.jpg
+cp -f ../data/exiv2-empty.jpg $filename
+echo '------>' Bug $num '<-------' >&2
+$exiv2 -v -M'set Exif.Image.ProcessingSoftware Initial values, read from the command line' \
+ -M'set Exif.Image.DocumentName Float 0.12345' \
+ -M'set Exif.Image.ImageDescription Double 0.987654321' $filename
+$exiv2 -v -PEkyct $filename
+$exiv2 -v -M'set Exif.Image.ProcessingSoftware Non-intrusive update' $filename
+$exiv2 -v -PEkyct $filename
+$exiv2 -v -M'set Exif.Image.ProcessingSoftware Intrusive update, writing the structure from scratch' $filename
+$exiv2 -v -PEkyct $filename
+# Big endian (MM)
+filename=exiv2-bug${num}-2.jpg
+cp -f ../data/exiv2-kodak-dc210.jpg $filename
+$exiv2 -v -M'set Exif.Image.ProcessingSoftware Initial values, read from the command line' \
+ -M'set Exif.Image.DocumentName Float 0.12345' \
+ -M'set Exif.Image.ImageDescription Double 0.987654321' $filename
+$exiv2 -v -PEkyct $filename
+$exiv2 -v -M'set Exif.Image.ProcessingSoftware Non-intrusive update' $filename
+$exiv2 -v -PEkyct $filename
+$exiv2 -v -M'set Exif.Image.ProcessingSoftware Intrusive update, writing the structure from scratch' $filename
+$exiv2 -v -PEkyct $filename
+
) > $results 2>&1
# ----------------------------------------------------------------------
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 73e4186..6a3afc4 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