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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:42:39 UTC 2017


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

The following commit has been merged in the master branch:
commit eeaa1744c5693084ab78d6feaf3bfc1a69b7373d
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon Aug 15 15:26:45 2011 +0000

    Added testcase for "migration of an XMP namespace".
---
 test/bugfixes-test.sh | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index f92fc0a..4c342ca 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -186,6 +186,18 @@ cp -f ../data/exiv2-empty.jpg $filename
 $bin/exiv2 -u -v -M"set Exif.Image.Make Samsung" $filename
 $samples/easyaccess-test $filename
 
+# Test 'migration of XMP namespaces' (see #751 and related forum post)
+num=751
+filename=exiv2-bug$num.jpg
+xmpname=exiv2-bug$num.xmp
+cp -f ../data/exiv2-empty.jpg $filename
+$bin/exiv2 -v -M'reg imageapp orig/' -M 'set Xmp.imageapp.uuid abcd' $filename
+$bin/exiv2 -f -eX $filename
+cat $xmpname
+$bin/exiv2 -v -M'reg imageapp dest/' -M 'set Xmp.imageapp.uuid abcd' $filename
+$bin/exiv2 -f -eX $filename
+cat $xmpname
+
 num=769
 filename=exiv2-bug$num.jpg
 cp -f ../data/exiv2-empty.jpg $filename

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list