[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:44:57 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=2bd163c

The following commit has been merged in the master branch:
commit 2bd163c574bddc05a6b80e3dbdcb5b563dbdcccd
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Mar 25 20:34:08 2015 +0000

    #1040.  Added test regression detector.
---
 test/bugfixes-test.sh       |   7 +++++++
 test/data/bugfixes-test.out | Bin 131075 -> 132079 bytes
 test/data/exiv2-bug1040.jpg | Bin 0 -> 26891 bytes
 3 files changed, 7 insertions(+)

diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index 30e0a50..9ce542c 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -284,6 +284,13 @@ source ./functions.source
 	copyTestFile  $filename
 	runTest exiv2 -q -pa -g Lens $filename
 
+	num=1040
+	filename=exiv2-bug$num.jpg
+	printf "$num " >&3
+	echo '------>' Bug $num '<-------' >&2
+	copyTestFile  $filename
+	runTest exiv2 -px $filename
+
 	num=1043  # looping and writing to a samba drive can hang!
 	printf "$num " >&3
 	for n in A B C D E F G H I J K L M N O P Q R S T U V W X Y Z; do
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 3d99cd1..d0dfc02 100644
Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ
diff --git a/test/data/exiv2-bug1040.jpg b/test/data/exiv2-bug1040.jpg
new file mode 100644
index 0000000..f495697
Binary files /dev/null and b/test/data/exiv2-bug1040.jpg differ

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list