aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/BrowserTestExtension/browsertest.html
diff options
context:
space:
mode:
authorMaximilian Krambach <[email protected]>2018-07-09 09:57:01 +0000
committerMaximilian Krambach <[email protected]>2018-07-09 09:57:01 +0000
commit8964627f6ad7c407785a9fa5cb508c7c28be0d60 (patch)
treecbec8ba9ece4c4affe79d0d282e21424dc7331a8 /lang/js/BrowserTestExtension/browsertest.html
parentjs: reduce request spam at getKeys() (diff)
downloadgpgme-8964627f6ad7c407785a9fa5cb508c7c28be0d60.tar.gz
gpgme-8964627f6ad7c407785a9fa5cb508c7c28be0d60.zip
js: fix verify result reporting
-- * src/Signature.js: searching for overall validity in the "summary" property * BrowsertestExtension: Added two verify tests
Diffstat (limited to '')
-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 f3d7a406..de8cd41a 100644
--- a/lang/js/BrowserTestExtension/browsertest.html
+++ b/lang/js/BrowserTestExtension/browsertest.html
@@ -18,6 +18,7 @@
<script src="tests/encryptTest.js"></script>
<script src="tests/encryptDecryptTest.js"></script>
<script src="tests/signTest.js"></script>
+ <script src="tests/verifyTest.js"></script>
<script src="tests/KeyImportExport.js"></script>
<!-- run tests -->
<script src="runbrowsertest.js"></script>