[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:34 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=a3ccbab
The following commit has been merged in the master branch:
commit a3ccbab745e07ea93cad79ccb7777f24d3b7db4d
Author: Robin Mills <robin at clanmills.com>
Date: Sat Jan 12 19:10:15 2013 +0000
Issue: #876 and 877. Updated test suite. Thanks to Markus for the test file.
---
test/bugfixes-test.sh | 8 ++++++++
test/data/bugfixes-test.out | Bin 106845 -> 106683 bytes
test/data/exiv2-bug876.jpg | Bin 0 -> 54243 bytes
3 files changed, 8 insertions(+)
diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index 8e1b11d..1f25ea9 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -229,6 +229,14 @@ source ./functions.source
copyTestFile $filename
runTest exiv2 $filename
+ num=876
+ filename=exiv2-bug$num.jpg
+ printf "$num " >&3
+ echo '------>' Bug $num '<-------' >&2
+ copyTestFile $filename
+ runTest exiv2 -Pkvt $filename | grep Canon | grep Model
+ runTest exiv2 -Pkvt $filename | grep Canon | grep Lens
+
) 3>&1 > $results 2>&1
printf "
"
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 29dbe32..46d7bea 100644
Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ
diff --git a/test/data/exiv2-bug876.jpg b/test/data/exiv2-bug876.jpg
new file mode 100755
index 0000000..7c6e441
Binary files /dev/null and b/test/data/exiv2-bug876.jpg differ
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list