File keepassx-noselftest.patch of Package keepassx
Index: keepassx-2.0-alpha6/tests/TestCryptoHash.cpp
===================================================================
--- keepassx-2.0-alpha6.orig/tests/TestCryptoHash.cpp
+++ keepassx-2.0-alpha6/tests/TestCryptoHash.cpp
@@ -30,9 +30,6 @@ void TestCryptoHash::initTestCase()
void TestCryptoHash::test()
{
- // TODO: move somewhere else
- QVERIFY(Crypto::selfTest());
-
CryptoHash cryptoHash1(CryptoHash::Sha256);
QCOMPARE(cryptoHash1.result(),
QByteArray::fromHex("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"));