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


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

The following commit has been merged in the master branch:
commit ffba84261fe0454f1d370c45618cc080b9a8e115
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Apr 10 18:09:34 2015 +0000

    #1053.  Updated test suite to use new -K option.
---
 test/bugfixes-test.sh       |   9 +++++++++
 test/data/bugfixes-test.out | Bin 138630 -> 138786 bytes
 2 files changed, 9 insertions(+)

diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index 246bc94..d00ff7c 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -319,6 +319,15 @@ source ./functions.source
 	copyTestFile  $filename
 	runTest exiv2 -q -pa -g PageNumber $filename
 
+	num=1053
+	filename=exiv2-bug$num.jpg
+	printf "$num " >&3
+	echo '------>' Bug $num '<-------' >&2
+	copyTestFile exiv2-bug884c.jpg $filename
+	runTest exiv2 -PE -g ImageWidth            $filename
+	runTest exiv2 -PE -K ImageWidth            $filename
+	runTest exiv2 -PE -K Exif.Image.ImageWidth $filename
+
 ) 3>&1 > $results 2>&1
 
 printf "
"
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 04013c9..77318bd 100644
Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list