Mercurial > trustbridge
comparison ui/tests/binverifytest.h @ 637:be30d50bc4f0
Add remaining tests to check binverify functionality
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 24 Jun 2014 15:24:09 +0200 |
parents | 2fd4f9980a2a |
children | 44fa5de02b52 |
comparison
equal
deleted
inserted
replaced
636:2fd4f9980a2a | 637:be30d50bc4f0 |
---|---|
16 | 16 |
17 private Q_SLOTS: | 17 private Q_SLOTS: |
18 void testNoSignature(); | 18 void testNoSignature(); |
19 void testMiscErrors(); | 19 void testMiscErrors(); |
20 void testValidBinary(); | 20 void testValidBinary(); |
21 void testOtherKey(); | |
22 void testOtherCert(); | |
23 void testInvalidSig(); | |
21 }; | 24 }; |
22 #endif | 25 #endif |
23 | 26 |