[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:50 UTC 2017


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

The following commit has been merged in the master branch:
commit 716fef30b86143e72a413f76c72485644f32597c
Author: nkbj <nkbj1970 at hotmail.com>
Date:   Sun Jan 25 11:56:23 2015 +0000

    Add test case for bug #1026. Thanks goes to Bastien O for the image file.
---
 test/bugfixes-test.sh       |   9 ++++++++-
 test/data/bugfixes-test.out | Bin 123745 -> 124167 bytes
 test/data/exiv2-bug1026.jpg | Bin 0 -> 40881 bytes
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index dc87bac..2461c79 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -268,6 +268,13 @@ source ./functions.source
 	diff $diffargs $num-before.txt $num-after.txt    > $num.txt
 	diff $diffargs $num.txt        $diffname
 
+	num=1026
+	filename=exiv2-bug$num.jpg
+	printf "$num " >&3
+	echo '------>' Bug $num '<-------' >&2
+	copyTestFile  $filename
+	runTest exiv2 -q -pa -g Lens $filename 
+
 ) 3>&1 > $results 2>&1
 
 printf "
"
@@ -278,4 +285,4 @@ cat $results | sed 's/\x0d$//' > $results-stripped
 reportTest $results-stripped $good 
 
 # That's all Folks!
-##
\ No newline at end of file
+##
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 95f1555..d45dd7e 100644
Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ
diff --git a/test/data/exiv2-bug1026.jpg b/test/data/exiv2-bug1026.jpg
new file mode 100644
index 0000000..5f76a29
Binary files /dev/null and b/test/data/exiv2-bug1026.jpg differ

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list