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/openpgpModeTest.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/openpgpModeTest.html')
-rw-r--r-- | lang/js/BrowserTestExtension/openpgpModeTest.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lang/js/BrowserTestExtension/openpgpModeTest.html b/lang/js/BrowserTestExtension/openpgpModeTest.html deleted file mode 100644 index e7a12be9..00000000 --- a/lang/js/BrowserTestExtension/openpgpModeTest.html +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset="utf-8"> - <link href="libs/mocha.css" rel="stylesheet" /> - </head> -<body> - <h3>Openpgp mode test</h3> - <div id="mocha"></div> - <!-- load unit tests --> - <script src="libs/mocha.js"></script> - <script src="libs/chai.js"></script> - <script src="setup_testing.js"></script> - <script src="libs/gpgmejs.bundle.js"></script> - <script src="libs/openpgp.min.js"></script> - <script src="tests/inputvalues.js"></script> - <script src="tests/inputValues_openpgpjs.js"></script> -<!-- insert tests here--> - <script src="tests/openpgpModeTest.js"></script> -<!-- run tests --> - <script src="runbrowsertest.js"></script> - </body> -</html> |