comparison ui/tests/createcertlisttest.h @ 468:a53286e5b126

Add failing test for certificate list creation
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 23 Apr 2014 16:21:49 +0000
parents
children
comparison
equal deleted inserted replaced
467:5ebee91c0bb8 468:a53286e5b126
1 #ifndef CREATECERTLISTTEST_H
2 #define CREATECERTLISTTEST_H
3 /* Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik
4 * Software engineering by Intevation GmbH
5 *
6 * This file is Free Software under the GNU GPL (v>=2)
7 * and comes with ABSOLUTELY NO WARRANTY!
8 * See LICENSE.txt for details.
9 */
10 #include <QObject>
11
12 class CreateCertListTest: public QObject
13 {
14 Q_OBJECT
15
16 private Q_SLOTS:
17 void testListCreation();
18 void testSha256Sum();
19 void testSignature();
20 };
21
22 #endif // CREATECERTLISTTEST_H

http://wald.intevation.org/projects/trustbridge/