[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:46:50 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=191e232
The following commit has been merged in the master branch:
commit 191e2328650aedb1701d797658ef46f5764c7456
Author: Robin Mills <robin at clanmills.com>
Date: Mon Sep 5 10:32:59 2016 +0000
#825 Adding regression detector to test suite.
---
test/bugfixes-test.sh | 10 ++++++++++
test/data/bugfixes-test.out | Bin 1911690 -> 1911990 bytes
test/data/exiv2-bug825a.exv | Bin 0 -> 19085 bytes
test/data/exiv2-bug825b.exv | Bin 0 -> 16127 bytes
4 files changed, 10 insertions(+)
diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index b471035..6b331ef 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -228,6 +228,16 @@ source ./functions.source
runTest exiv2 -pa --grep Lens $filename
done
+ num=825 # Panasonic Manometer Tag
+ printf "$num " >&3
+ echo '------>' Bug $num '<-------' >&2
+ for X in a b; do
+ filename=exiv2-bug${num}${X}.exv
+ copyTestFile $filename
+ runTest exiv2 -pv --grep mano/i $filename
+ runTest exiv2 -pa --grep mano/i $filename
+ done
+
num=831
filename=exiv2-bug$num.tif
printf "$num " >&3
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 30d6176..5d86c21 100644
Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ
diff --git a/test/data/exiv2-bug825a.exv b/test/data/exiv2-bug825a.exv
new file mode 100644
index 0000000..65673f2
Binary files /dev/null and b/test/data/exiv2-bug825a.exv differ
diff --git a/test/data/exiv2-bug825b.exv b/test/data/exiv2-bug825b.exv
new file mode 100644
index 0000000..8d842df
Binary files /dev/null and b/test/data/exiv2-bug825b.exv differ
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list