[git] GPGME - branch, master, updated. gpgme-1.11.1-267-gdacb119
[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 dacb1197155cb953953b75677c1783df2cba0ed6 (commit)
from 346dfac0de41326553a079af7521a010cc258d6c (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 dacb1197155cb953953b75677c1783df2cba0ed6
Author: Maximilian Krambach <[email protected]>
Date: Fri Aug 31 15:24:38 2018 +0200
js: key deletion after test
--
* Yet again some wrong syntax in Browsertests
diff --git a/lang/js/BrowserTestExtension/tests/KeyInfos.js b/lang/js/BrowserTestExtension/tests/KeyInfos.js
index 70f0705..553aedb 100644
--- a/lang/js/BrowserTestExtension/tests/KeyInfos.js
+++ b/lang/js/BrowserTestExtension/tests/KeyInfos.js
@@ -51,9 +51,9 @@ describe('Key information', function () {
const user = result.Keys[0].key.get('userids')[0];
expect(user.get('name')).to.equal(
inputvalues.publicKeyNonAscii.userid);
- result.Keys[0].delete().then(function (){
+ result.Keys[0].key.delete().then(function (){
done();
});
});
});
-});
\ No newline at end of file
+});
-----------------------------------------------------------------------
Summary of changes:
lang/js/BrowserTestExtension/tests/KeyInfos.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org