[git] GPGME - branch, master, updated. gpgme-1.6.0-319-g05570bd

by Andre Heinecke cvs at cvs.gnupg.org
Thu Aug 25 17:17:10 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  05570bd3d05fb3d7934c1122f0d5ef5fdbaa7974 (commit)
      from  9fc72e928bf2cf239bd3b0facdf33ceb1acc975b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 05570bd3d05fb3d7934c1122f0d5ef5fdbaa7974
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Thu Aug 25 17:16:25 2016 +0200

    qt: Fix 2.1 t-support copy
    
    * lang/qt/src/t-support.cpp (copyKeyring): Fix seckey copy.

diff --git a/lang/qt/tests/t-support.cpp b/lang/qt/tests/t-support.cpp
index 27c0132..2b21ce7 100644
--- a/lang/qt/tests/t-support.cpp
+++ b/lang/qt/tests/t-support.cpp
@@ -63,7 +63,9 @@ bool QGpgMETest::copyKeyrings(const QString &src, const QString &dest)
         return false;
     }
     foreach (QString f, dir.entryList(QDir::Files)) {
-        if (!QFile::copy(src + QDir::separator() + f, dest + QDir::separator() + f)) {
+        if (!QFile::copy(dir.path() + QDir::separator() + f,
+                         dest + QDir::separator() +
+                         QStringLiteral("private-keys-v1.d") + QDir::separator() + f)) {
             return false;
         }
     }

-----------------------------------------------------------------------

Summary of changes:
 lang/qt/tests/t-support.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list