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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:46:21 UTC 2017


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

The following commit has been merged in the master branch:
commit c90073ccf50e4260d46f6b557b4771106e3dfce9
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Mar 23 10:34:23 2016 +0000

    Fix test suite Cygwin errors
---
 test/bugfixes-test.sh       |  25 ++++++++++++++-----------
 test/data/Reagan.jpg        | Bin 0 -> 16910 bytes
 test/data/Reagan.tiff       | Bin 0 -> 114466 bytes
 test/data/bugfixes-test.out | Bin 1888245 -> 1885975 bytes
 4 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index 16eb52a..93045b4 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -415,16 +415,17 @@ source ./functions.source
 	runTest exiv2 -pa -g zone $filename
 
 	num=1074
-	filename=exiv2-bug$num.jpg
+	filename=exiv2-bug$num.png
 	printf "$num " >&3
 	echo '------>' Bug $num '<-------' >&2
-	copyTestFile   imagemagick.png   $filename
-	runTest exiv2 -pC $filename                                                 | cksum
-	runTest exiv2 -pC http://dev.exiv2.org/attachments/download/821/Reagan.tiff | cksum
-	runTest exiv2 -pC http://dev.exiv2.org/attachments/download/820/Reagan.jpg  | cksum
-	filename=exiv2-bug$num.png
 	copyTestFile      $filename
-	runTest exiv2 -pC $filename                                                 | cksum
+	runTest exiv2 -pC $filename       | cksum
+	copyTestFile      imagemagick.png
+	runTest exiv2 -pC imagemagick.png | cksum
+	copyTestFile      Reagan.tiff
+	runTest exiv2 -pC Reagan.tiff     | cksum
+	copyTestFile      Reagan.jpg
+	runTest exiv2 -pC Reagan.jpg      | cksum
 
 	num=1108
 	filename=exiv2-bug$num.exv
@@ -432,10 +433,12 @@ source ./functions.source
 	echo '------>' Bug $num '<-------' >&2
 	copyTestFile                        $filename
 	runTest exiv2 -pR                   $filename
-	copyTestFile       imagemagick.png
-	runTest exiv2 -pR  imagemagick.png
-	runTest exiv2 -pR  http://dev.exiv2.org/attachments/download/821/Reagan.tiff
-	runTest exiv2 -pR  http://dev.exiv2.org/attachments/download/820/Reagan.jpg
+	copyTestFile      imagemagick.png
+	runTest exiv2 -pR imagemagick.png
+	copyTestFile      Reagan.tiff
+	runTest exiv2 -pR Reagan.tiff
+	copyTestFile      Reagan.tiff
+	runTest exiv2 -pR Reagan.jpg
 	echo ''
 
 	num=1112
diff --git a/test/data/Reagan.jpg b/test/data/Reagan.jpg
new file mode 100644
index 0000000..9c1060d
Binary files /dev/null and b/test/data/Reagan.jpg differ
diff --git a/test/data/Reagan.tiff b/test/data/Reagan.tiff
new file mode 100644
index 0000000..0f1fddd
Binary files /dev/null and b/test/data/Reagan.tiff differ
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index f03bcd9..4516798 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