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


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

The following commit has been merged in the master branch:
commit 444015399e480fd5dd3239accf90583556256e07
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Sep 3 20:35:24 2015 +0000

    #1112.  Regression detector added to test/bugfixes-test.sh
---
 test/bugfixes-test.sh       |   8 ++++++++
 test/data/bugfixes-test.out | Bin 1840788 -> 1841173 bytes
 test/data/exiv2-bug1112.xmp |   9 +++++++++
 3 files changed, 17 insertions(+)

diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index 4dd42fb..36b5e83 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -398,6 +398,14 @@ source ./functions.source
 	copyTestFile              $filename
 	runTest exiv2 -pa -g zone $filename
 
+	num=1112
+	filename=exiv2-bug$num.xmp
+	printf "$num " >&3
+	echo '------>' Bug $num '<-------' >&2
+	copyTestFile                        $filename
+	runTest exiv2 -M 'del Xmp.dc.title' $filename
+	cat                                 $filename
+
 ) 3>&1 > $results 2>&1
 
 printf "
"
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 5592290..8b2bda9 100644
Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ
diff --git a/test/data/exiv2-bug1112.xmp b/test/data/exiv2-bug1112.xmp
new file mode 100644
index 0000000..c6907fb
--- /dev/null
+++ b/test/data/exiv2-bug1112.xmp
@@ -0,0 +1,9 @@
+<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
+<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 4.4.0-Exiv2">
+ <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+  <rdf:Description rdf:about=""
+    xmlns:xmp="http://ns.adobe.com/xap/1.0/"
+   xmp:CreateDate="2012-02-01T16:28:00+02:00"/>
+ </rdf:RDF>
+</x:xmpmeta>
+<?xpacket end="w"?>
\ No newline at end of file

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list