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

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


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

The following commit has been merged in the master branch:
commit 1c3bd8beb43f07db1bb2b93b1e26eeaf476bc564
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Oct 9 12:46:53 2005 +0000

    Started test driver for bugfixes regression testing
---
 test/{addmoddel.sh => bugfixes-test.sh}               |  15 +++++++++------
 test/data/{exiv2-brokeniptc2.jpg => exiv2-bug440.jpg} | Bin
 test/data/{exiv2-brokeniptc.jpg => exiv2-bug441.jpg}  | Bin
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/test/addmoddel.sh b/test/bugfixes-test.sh
similarity index 60%
copy from test/addmoddel.sh
copy to test/bugfixes-test.sh
index 1b24f88..865e70d 100755
--- a/test/addmoddel.sh
+++ b/test/bugfixes-test.sh
@@ -1,7 +1,7 @@
 #! /bin/sh
-# Test driver to run the addmoddel sample program
-results="./tmp/addmoddel.out"
-good="./data/addmoddel.out"
+# Test driver with regression tests for bugfixes
+results="./tmp/bugfixes-test.out"
+good="./data/bugfixes-test.out"
 diffargs="--strip-trailing-cr"
 tmpfile=tmp/ttt
 touch $tmpfile
@@ -13,10 +13,13 @@ fi
 LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
 export LD_LIBRARY_PATH
 binpath="../../src"
-cp -f ./data/exiv2-empty.jpg ./tmp
 cd ./tmp
-$binpath/addmoddel exiv2-empty.jpg
-$binpath/exiv2 -pv exiv2-empty.jpg
+# bug 440
+cp -f ../data/exiv2-bug440.jpg .
+$binpath/exiv2 -pi exiv2-bug440.jpg
+# bug 441
+cp -f ../data/exiv2-bug441.jpg .
+$binpath/exiv2 -pi exiv2-bug441.jpg
 ) > $results
 
 diff -q $diffargs $results $good
diff --git a/test/data/exiv2-brokeniptc2.jpg b/test/data/exiv2-bug440.jpg
similarity index 100%
rename from test/data/exiv2-brokeniptc2.jpg
rename to test/data/exiv2-bug440.jpg
diff --git a/test/data/exiv2-brokeniptc.jpg b/test/data/exiv2-bug441.jpg
similarity index 100%
rename from test/data/exiv2-brokeniptc.jpg
rename to test/data/exiv2-bug441.jpg

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list