Mercurial > trustbridge
comparison ui/tests/certlistparsertest.h @ 351:ee59ab0eb7ff
Add test for Certificate::fromFile
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 10 Apr 2014 15:31:02 +0200 |
parents | c05e126b0b9e |
children | 17e1c8f37d72 |
comparison
equal
deleted
inserted
replaced
350:8fb815b78742 | 351:ee59ab0eb7ff |
---|---|
17 void testValidList(); | 17 void testValidList(); |
18 void testInvalidFileNames(); | 18 void testInvalidFileNames(); |
19 void testGarbage(); | 19 void testGarbage(); |
20 void testTooLarge(); | 20 void testTooLarge(); |
21 void testEmptyFile(); | 21 void testEmptyFile(); |
22 void testCertificateFromFile(); | |
22 void benchmarkValid(); | 23 void benchmarkValid(); |
23 }; | 24 }; |
24 #endif | 25 #endif |