From 0d6117bf4c0ac1e604c5b2fa0dcf8d5d47c46a58 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 15 Jun 2014 11:17:40 +0200 Subject: Do some basic self-checks when initializing the crypto backend. --- tests/TestSymmetricCipher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/TestSymmetricCipher.cpp') diff --git a/tests/TestSymmetricCipher.cpp b/tests/TestSymmetricCipher.cpp index 9f05db1bd..6d4e94f6f 100644 --- a/tests/TestSymmetricCipher.cpp +++ b/tests/TestSymmetricCipher.cpp @@ -29,7 +29,7 @@ QTEST_GUILESS_MAIN(TestSymmetricCipher) void TestSymmetricCipher::initTestCase() { - Crypto::init(); + QVERIFY(Crypto::init()); } void TestSymmetricCipher::testAes256CbcEncryption() -- cgit v1.2.3