diff options
author | Maximilian Krambach <[email protected]> | 2018-05-23 10:56:23 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-05-23 10:56:23 +0000 |
commit | f7ed80ff6a66f2c5ee6f1c3daebd597f4592733d (patch) | |
tree | 3dc2b4dde55c14825b9dfa9db7ed225db77ab9d0 /lang/js/BrowserTestExtension/index.html | |
parent | js: transfer encoding changes (diff) | |
download | gpgme-f7ed80ff6a66f2c5ee6f1c3daebd597f4592733d.tar.gz gpgme-f7ed80ff6a66f2c5ee6f1c3daebd597f4592733d.zip |
js: remove openpgp mode
--
* After discussion, that mode is not required, and can result in
being quite misleading and a maintenance hassle later on.
Diffstat (limited to 'lang/js/BrowserTestExtension/index.html')
-rw-r--r-- | lang/js/BrowserTestExtension/index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lang/js/BrowserTestExtension/index.html b/lang/js/BrowserTestExtension/index.html index c49aedae..05d413ba 100644 --- a/lang/js/BrowserTestExtension/index.html +++ b/lang/js/BrowserTestExtension/index.html @@ -34,13 +34,6 @@ 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> |