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


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

The following commit has been merged in the master branch:
commit 51c06fafc3854b5b25d6633bc5516132e327c263
Author: Robin Mills <robin at clanmills.com>
Date:   Sun Aug 14 07:25:03 2016 +0000

    #1199  Adding webp tests (work in progress, more tests will be added).
---
 test/bugfixes-test.sh       |  18 ++++++++++++++----
 test/data/bugfixes-test.out | Bin 1911607 -> 1913631 bytes
 test/data/exiv2-bug1199.jpg | Bin 0 -> 187544 bytes
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index a213f45..93fd110 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -544,14 +544,24 @@ source ./functions.source
     for X in a b c d e f g h i j; do
       filename=exiv2-bug$num$X.exv
       echo '------>' Bug $filename '<-------' >&2
-      copyTestFile                        $filename
-      runTest exiv2 -pa --grep fuji/i $filename
+      copyTestFile                      $filename
+      runTest exiv2 -pa --grep fuji/i   $filename
     done
 
+    num=1199
+    printf "$num " >&3
+    filename=exiv2-bug$num.jpg # http://dev.exiv2.org/attachments/download/1033/Stonehenge-with-icc.webp
+    copyTestFile                        $filename
+    runTest exiv2 -pS                   $filename
+    runTest exiv2 -pR                   $filename
+    runTest exiv2 -pX                   $filename | xmllint --pretty 2 -
+    # TODO: test ICC profiles
+    # TODO: deleting and inserting metadata
+
     num=1202
     printf "$num " >&3
-    filename=exiv2-bug$num.jpg
-    copyTestFile                        $filename # test/tmp/20030925_201850.jpg
+    filename=exiv2-bug$num.jpg # test/tmp/20030925_201850.jpg
+    copyTestFile                        $filename
     for value in 0 1 8 9 -1; do
       runTest exiv2 -M"set Exif.CanonCs.FocusContinuous SShort $value" $filename
       runTest exiv2 -K Exif.CanonCs.FocusContinuous $filename
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 273baad..4b8e8f7 100644
Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ
diff --git a/test/data/exiv2-bug1199.jpg b/test/data/exiv2-bug1199.jpg
new file mode 100644
index 0000000..0ecdb3e
Binary files /dev/null and b/test/data/exiv2-bug1199.jpg differ

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list