[git] GPGME - branch, master, updated. gpgme-1.11.1-266-g346dfac

by Maximilian Krambach cvs at cvs.gnupg.org
Fri Aug 31 10:34:43 CEST 2018


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  346dfac0de41326553a079af7521a010cc258d6c (commit)
      from  55991aa91667b9184cc9fc86a3ac21b9640511ef (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 346dfac0de41326553a079af7521a010cc258d6c
Author: Maximilian Krambach <maximilian.krambach at intevation.de>
Date:   Fri Aug 31 10:35:35 2018 +0200

    js: cleanup after key import test
    
    --
    
    * one of the public Keys imported was not removed afterwards.

diff --git a/lang/js/BrowserTestExtension/tests/KeyInfos.js b/lang/js/BrowserTestExtension/tests/KeyInfos.js
index 430c83a..70f0705 100644
--- a/lang/js/BrowserTestExtension/tests/KeyInfos.js
+++ b/lang/js/BrowserTestExtension/tests/KeyInfos.js
@@ -51,7 +51,9 @@ describe('Key information', function () {
                 const user = result.Keys[0].key.get('userids')[0];
                 expect(user.get('name')).to.equal(
                     inputvalues.publicKeyNonAscii.userid);
-                done();
+                result.Keys[0].delete().then(function (){
+                    done();
+                });
             });
     });
 });
\ No newline at end of file

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

Summary of changes:
 lang/js/BrowserTestExtension/tests/KeyInfos.js | 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