[SCM] QCA2 library packaging branch, experimental, updated. debian/2.0.3-6-35-gd59a34e

Felix Geyer fgeyer at moszumanska.debian.org
Tue May 26 14:11:13 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-req/qca2.git;a=commitdiff;h=77b1f53

The following commit has been merged in the experimental branch:
commit 77b1f53734371da10aa870db2363d6d112ea255c
Author: Felix Geyer <fgeyer at debian.org>
Date:   Mon May 25 21:31:49 2015 +0200

    ciphertest.cpp: return error code in all cases.
---
 debian/tests/ciphertest/ciphertest.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/tests/ciphertest/ciphertest.cpp b/debian/tests/ciphertest/ciphertest.cpp
index 9d7170d..2780689 100644
--- a/debian/tests/ciphertest/ciphertest.cpp
+++ b/debian/tests/ciphertest/ciphertest.cpp
@@ -58,6 +58,7 @@ int main(int argc, char **argv)
     cipher.final();
     if (!cipher.ok()) {
         qWarning("final() failed");
+        return 1;
     }
 
     if (cipherTextHex != expectedHex) {

-- 
QCA2 library packaging



More information about the pkg-kde-commits mailing list