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

[email protected] (by Maximilian Krambach)
Newsgroups gmane.comp.encryption.gpg.cvs
Message-ID <[email protected]>
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 <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.