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


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

The following commit has been merged in the master branch:
commit 591b43e77b79d80c327a0b1444ad16f55ed49204
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Aug 19 07:08:27 2016 +0000

    #1199 Adding tests for -dC -de -dx
---
 test/bugfixes-test.sh       |  10 ++++++++--
 test/data/bugfixes-test.out | Bin 1925582 -> 1929922 bytes
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index 857ccf5..266c8e3 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -555,8 +555,14 @@ source ./functions.source
     runTest exiv2 -pS                   $filename
     runTest exiv2 -pR                   $filename
     runTest exiv2 -pX                   $filename | xmllint --pretty 2 -
-    # TODO: test ICC profiles
-    # TODO: deleting and inserting metadata
+    # test deleting metadata
+    for arg in -dC -de -dx -dCe -dCx -dCxe; do
+      copyTestFile                      $filename
+      runTest exiv2 -pS                 $filename
+      runTest exiv2 $arg                $filename
+      runTest exiv2 -pS                 $filename
+    done
+    # TODO: inserting metadata
 
     num=1202
     printf "$num " >&3
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 99a233b..ad1e2a6 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