comparison tests/certlistparsertest.cpp @ 9:2ad9a96518e3

Actually parse all elements in the list
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 12 Feb 2014 18:45:13 +0000
parents 992c0ec57660
children
comparison
equal deleted inserted replaced
8:c7da699f0310 9:2ad9a96518e3
55 55
56 void CertListTest::benchmarkValid() 56 void CertListTest::benchmarkValid()
57 { 57 {
58 const char *fname = "list-valid-signed.txt"; 58 const char *fname = "list-valid-signed.txt";
59 59
60 QBENCHMARK { 60 QBENCHMARK_ONCE {
61 CertificateList *certList = testWithFile(fname); 61 CertificateList *certList = testWithFile(fname);
62 delete certList; 62 delete certList;
63 } 63 }
64 } 64 }
65 65

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