aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/BrowserTestExtension/tests/startup.js
diff options
context:
space:
mode:
authorMaximilian Krambach <[email protected]>2018-05-25 09:53:24 +0000
committerMaximilian Krambach <[email protected]>2018-05-25 09:53:24 +0000
commiteff27d6387b1cad2ef9901fa03dbee2ea86c786a (patch)
treeaebdc295b1cd60152fbcfe55f8b7ce69916e40e1 /lang/js/BrowserTestExtension/tests/startup.js
parentjs: adding sign method (diff)
downloadgpgme-eff27d6387b1cad2ef9901fa03dbee2ea86c786a.tar.gz
gpgme-eff27d6387b1cad2ef9901fa03dbee2ea86c786a.zip
js: use version operation for connection checks
-- * src/Connection.js: isConnected was renamed to checkConnection, that returns a promise with either version information or Boolean * Connection checks have been adapted to reflect that checkConnection returns a Promise * BrowsertestExtension: tests/signTest.js was missing from my last commit
Diffstat (limited to 'lang/js/BrowserTestExtension/tests/startup.js')
-rw-r--r--lang/js/BrowserTestExtension/tests/startup.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/js/BrowserTestExtension/tests/startup.js b/lang/js/BrowserTestExtension/tests/startup.js
index 5de70a6b..ebecf4fb 100644
--- a/lang/js/BrowserTestExtension/tests/startup.js
+++ b/lang/js/BrowserTestExtension/tests/startup.js
@@ -30,9 +30,6 @@
expect(context.encrypt).to.be.a('function');
expect(context.decrypt).to.be.a('function');
done();
- }, function(errorr){
- expect(error).to.be.undefined;
- done();
});
});
});