[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:47:19 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=a9a6125
The following commit has been merged in the master branch:
commit a9a612569ed88d76030659e69d2477dee4041aa8
Author: Robin Mills <robin at clanmills.com>
Date: Sun Dec 4 06:11:59 2016 +0000
#1231 Added regression detector to test suite. Thanks very much to Ayke for providing the test data and the patch to implement the fix for #1231.
---
test/bugfixes-test.sh | 8 ++++++++
test/data/bugfixes-test.out | Bin 1929443 -> 1929903 bytes
test/data/exiv2-bug1231a.jpg | Bin 0 -> 9391 bytes
test/data/exiv2-bug1231b.jpg | Bin 0 -> 9266 bytes
4 files changed, 8 insertions(+)
diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index a8e8cc5..f91c675 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -601,6 +601,14 @@ source ./functions.source
copyTestFile $filename
runTest exiv2 -pX $filename | xmllint --format -
+ num=1231
+ for X in a b; do
+ filename=exiv2-bug$num$X.jpg
+ echo '------>' Bug $filename '<-------' >&2
+ copyTestFile $filename
+ runTest exiv2 -pa --grep CanonTi/i $filename
+ done
+
num=1242
printf "$num " >&3
filename=Reagan.jp2
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index c496692..d875402 100644
Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ
diff --git a/test/data/exiv2-bug1231a.jpg b/test/data/exiv2-bug1231a.jpg
new file mode 100644
index 0000000..d7ddf16
Binary files /dev/null and b/test/data/exiv2-bug1231a.jpg differ
diff --git a/test/data/exiv2-bug1231b.jpg b/test/data/exiv2-bug1231b.jpg
new file mode 100644
index 0000000..0b6a5fb
Binary files /dev/null and b/test/data/exiv2-bug1231b.jpg differ
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list