Mercurial > trustbridge
comparison ui/tests/binverifytest.h @ 774:44fa5de02b52
(issue43) Finalize and verify binary verification for linux.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 11 Jul 2014 16:20:27 +0200 |
parents | be30d50bc4f0 |
children | b1df9621c89c |
comparison
equal
deleted
inserted
replaced
773:2c69298b4188 | 774:44fa5de02b52 |
---|---|
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(); | 21 void testOtherKey(); |
22 #ifdef Q_OS_WIN | |
22 void testOtherCert(); | 23 void testOtherCert(); |
24 #endif | |
23 void testInvalidSig(); | 25 void testInvalidSig(); |
24 }; | 26 }; |
25 #endif | 27 #endif |
26 | 28 |