diff options
author | Maximilian Krambach <[email protected]> | 2018-05-14 14:23:24 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-05-14 14:23:24 +0000 |
commit | 987b31746809dfe04966e37edd759a448a28d975 (patch) | |
tree | 8f1bc971f712c55740af924333557e21c9a99d86 /lang/js/BrowserTestExtension/index.html | |
parent | js: more testing of nativeMessaging connection (diff) | |
download | gpgme-987b31746809dfe04966e37edd759a448a28d975.tar.gz gpgme-987b31746809dfe04966e37edd759a448a28d975.zip |
js: Tests and improvements for openpgp mode
--
* Added openpgp - Mode tests to the browsertest Extension. These tests
require openpgp, which should not be a hard dependency for the main
project. Packing openpgpjs into the extension is still TODO
* Fixes:
- openpgp mode API now correctly handles parameters as an object,
similar to openpgpjs
- proper check and parsing of openpgpjs Message Objects
Diffstat (limited to 'lang/js/BrowserTestExtension/index.html')
-rw-r--r-- | lang/js/BrowserTestExtension/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/js/BrowserTestExtension/index.html b/lang/js/BrowserTestExtension/index.html index 05d413ba..c49aedae 100644 --- a/lang/js/BrowserTestExtension/index.html +++ b/lang/js/BrowserTestExtension/index.html @@ -34,6 +34,13 @@ Functionality tests with larger/longer running data sets. </a> </li> + <li> + <a href="openpgpModeTest.html"> + Testing openPGP mode. + </a> - Please notice that, due to comparing + the inputs and outputs with openpgpjs objects, this test + requires a copy of openpgpjs in libs. + </li> </ul> </p> </body> |