diff options
author | Maximilian Krambach <[email protected]> | 2018-08-16 09:25:50 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-08-16 09:25:50 +0000 |
commit | 622db0d1de665dfd93c991cd2d517078b04b3a13 (patch) | |
tree | 4db9d960824730f53e613a42fe1ea792456fbe65 /lang/js/BrowserTestExtension/browsertest.html | |
parent | js: make init export immutable (diff) | |
download | gpgme-622db0d1de665dfd93c991cd2d517078b04b3a13.tar.gz gpgme-622db0d1de665dfd93c991cd2d517078b04b3a13.zip |
js: consistently return uppercase fingerprint
--
* src/Key.js: the fingerprint returned by a Key is now always upper
case hex, even if the constructor had lower case input. This is to be
more consistent with gpgme and to be more readable and reliable in
comparisions.
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 a20cfe19..0d3e2936 100644 --- a/lang/js/BrowserTestExtension/browsertest.html +++ b/lang/js/BrowserTestExtension/browsertest.html @@ -15,6 +15,7 @@ <script src="tests/inputvalues.js"></script> <!-- insert tests here--> <script src="tests/startup.js"></script> + <script src="tests/KeyInfos.js"></script> <script src="tests/encryptTest.js"></script> <script src="tests/encryptDecryptTest.js"></script> <script src="tests/signTest.js"></script> |