aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/BrowserTestExtension/browsertest.html
diff options
context:
space:
mode:
authorMaximilian Krambach <[email protected]>2018-05-07 16:27:25 +0000
committerMaximilian Krambach <[email protected]>2018-05-07 16:27:25 +0000
commit8f3d83e5f0903323ec92f588f60dcecb0ae96de4 (patch)
tree65620180493539aacb6f5368a06f3ba63da19d96 /lang/js/BrowserTestExtension/browsertest.html
parentjs: fixing errors found by testing (diff)
downloadgpgme-8f3d83e5f0903323ec92f588f60dcecb0ae96de4.tar.gz
gpgme-8f3d83e5f0903323ec92f588f60dcecb0ae96de4.zip
js: fixing errors found by testing: encrypt/decrypt
-- * Key.js: Error code for wrong parameter in createKey should be "PARAM_WRONG" * Helpers.js: The property openpgpjs-like Objects were checked for in toKeyIdArray was not defined. * src/permittedOperations.js: updated more expectations and assumptions for the native API * new Problems: - There seems to be a message size limit of about 21 MB for nativeMessaging, much lower than the documented 4GB. - Some bytes are lost with random data in an encrypt-decrypt roundtrip. The culprit is unclear.
Diffstat (limited to 'lang/js/BrowserTestExtension/browsertest.html')
-rw-r--r--lang/js/BrowserTestExtension/browsertest.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/js/BrowserTestExtension/browsertest.html b/lang/js/BrowserTestExtension/browsertest.html
index ce037a11..d12e03cf 100644
--- a/lang/js/BrowserTestExtension/browsertest.html
+++ b/lang/js/BrowserTestExtension/browsertest.html
@@ -18,6 +18,7 @@
<!-- insert tests here-->
<script src="tests/startup.js"></script>
<script src="tests/encryptTest.js"></script>
+ <script src="tests/encryptDecryptTest.js"></script>
<!-- run tests -->
<script src="runbrowsertest.js"></script>