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

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


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

The following commit has been merged in the master branch:
commit 2885c077df9cf6433c1dd880e3d5f8109fed6c25
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sat Dec 4 07:51:18 2004 +0000

    Added test-driver for MakerNoteFactory::match tests, moved expected output
---
 {src => test/data}/makernote-test.out |  0
 test/makernote-test.sh                | 17 +++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/src/makernote-test.out b/test/data/makernote-test.out
similarity index 100%
rename from src/makernote-test.out
rename to test/data/makernote-test.out
diff --git a/test/makernote-test.sh b/test/makernote-test.sh
new file mode 100755
index 0000000..a436154
--- /dev/null
+++ b/test/makernote-test.sh
@@ -0,0 +1,17 @@
+#! /bin/sh
+# Test driver for tests of MakerNoteFactory::match
+results="./tmp/makernote-test.out"
+good="./data/makernote-test.out"
+(
+binpath="../../src"
+cd ./tmp
+$binpath/makernote-test
+) > $results
+
+diff -q $results $good
+rc=$?
+if [ $rc -eq 0 ] ; then
+    echo "All testcases passed."
+else
+    diff $results $good
+fi

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list