diff 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
line wrap: on
line diff
--- a/tests/certlistparsertest.cpp	Wed Feb 12 17:17:44 2014 +0000
+++ b/tests/certlistparsertest.cpp	Wed Feb 12 18:45:13 2014 +0000
@@ -57,7 +57,7 @@
 {
     const char *fname = "list-valid-signed.txt";
 
-    QBENCHMARK {
+    QBENCHMARK_ONCE {
         CertificateList *certList = testWithFile(fname);
         delete certList;
     }

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