From 230d24a123a04c08bfe8a209dd12f2e5b8a52379 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 21 Nov 2010 23:06:30 +0100 Subject: No longer use automoc. --- tests/TestSymmetricCipher.cpp | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'tests/TestSymmetricCipher.cpp') diff --git a/tests/TestSymmetricCipher.cpp b/tests/TestSymmetricCipher.cpp index 923e0c550..669a58049 100644 --- a/tests/TestSymmetricCipher.cpp +++ b/tests/TestSymmetricCipher.cpp @@ -15,6 +15,8 @@ * along with this program. If not, see . */ +#include "TestSymmetricCipher.h" + #include #include @@ -22,17 +24,6 @@ #include "crypto/SymmetricCipher.h" #include "streams/SymmetricCipherStream.h" -class TestSymmetricCipher : public QObject -{ - Q_OBJECT - -private Q_SLOTS: - void initTestCase(); - void testAes256CbcEncryption(); - void testAes256CbcDecryption(); - void testSalsa20(); -}; - void TestSymmetricCipher::initTestCase() { Crypto::init(); @@ -170,5 +161,3 @@ void TestSymmetricCipher::testSalsa20() } QTEST_MAIN(TestSymmetricCipher); - -#include "TestSymmetricCipher.moc" -- cgit v1.2.3