diff options
Diffstat (limited to 'lang/js/BrowserTestExtension/browsertest.html')
-rw-r--r-- | lang/js/BrowserTestExtension/browsertest.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/js/BrowserTestExtension/browsertest.html b/lang/js/BrowserTestExtension/browsertest.html index de8cd41a..a20cfe19 100644 --- a/lang/js/BrowserTestExtension/browsertest.html +++ b/lang/js/BrowserTestExtension/browsertest.html @@ -19,6 +19,7 @@ <script src="tests/encryptDecryptTest.js"></script> <script src="tests/signTest.js"></script> <script src="tests/verifyTest.js"></script> + <script src="tests/decryptTest.js"></script> <script src="tests/KeyImportExport.js"></script> <!-- run tests --> <script src="runbrowsertest.js"></script> |