Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2015-05-09 18:32:52 +0300
committerFelix Geyer <debfx@fobos.de>2015-05-09 18:32:52 +0300
commitae013c21965b7b8398537ea05d08fbb9408329c4 (patch)
treee9bfbcedea38f6617a09e78943c47b9c4cb02767 /tests/TestCryptoHash.cpp
parenteefe844dcd5d3a93d12e90de24c93b60444ea6db (diff)
Don't run gcrypt self tests.
Seems to be broken on some distros that enable hmac verification of the binary but ship the signature in a separate package. We have our own test cases for the algorithms we care about.
Diffstat (limited to 'tests/TestCryptoHash.cpp')
-rw-r--r--tests/TestCryptoHash.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/TestCryptoHash.cpp b/tests/TestCryptoHash.cpp
index eb26ca83f..4002aea6b 100644
--- a/tests/TestCryptoHash.cpp
+++ b/tests/TestCryptoHash.cpp
@@ -32,9 +32,6 @@ void TestCryptoHash::initTestCase()
void TestCryptoHash::test()
{
- // TODO: move somewhere else
- QVERIFY(Crypto::backendSelfTest());
-
CryptoHash cryptoHash1(CryptoHash::Sha256);
QCOMPARE(cryptoHash1.result(),
QByteArray::fromHex("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"));