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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:48 UTC 2017


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

The following commit has been merged in the master branch:
commit 0d825f8c3fc5a0c40297557d644f346f5e378848
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Oct 2 08:40:17 2015 +0000

    #1122  Adding regression detector to the test suite.  Thank You, Steve, for the test image.
---
 test/bugfixes-test.sh       |   8 ++++++++
 test/data/bugfixes-test.out | Bin 1841265 -> 1842213 bytes
 test/data/exiv2-bug1122.exv | Bin 0 -> 16003 bytes
 3 files changed, 8 insertions(+)

diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index 6e0c528..7c6bff3 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -414,6 +414,14 @@ source ./functions.source
 	copyTestFile                        $filename
 	runTest exiv2 -pv -g TuneAdj        $filename
 
+	num=1122
+	filename=exiv2-bug$num.exv
+	printf "$num " >&3
+	echo '------>' Bug $num '<-------' >&2
+	copyTestFile                        $filename
+	runTest exiv2 -pv -g Lens           $filename
+	runTest exiv2 -pa -g Lens           $filename
+
 ) 3>&1 > $results 2>&1
 
 printf "
"
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index dcd5a5a..7880b1c 100644
Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ
diff --git a/test/data/exiv2-bug1122.exv b/test/data/exiv2-bug1122.exv
new file mode 100644
index 0000000..6d0edb2
Binary files /dev/null and b/test/data/exiv2-bug1122.exv differ

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list