Mercurial > trustbridge
comparison ui/tests/certlistparsertest.h @ 240:c05e126b0b9e
Fix downloadertest and factor out generating file input.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 28 Mar 2014 15:21:02 +0000 |
parents | 0861069fd6d0 |
children | ee59ab0eb7ff |
comparison
equal
deleted
inserted
replaced
239:6b4ad6ccc48e | 240:c05e126b0b9e |
---|---|
9 class CertListTest: public QObject | 9 class CertListTest: public QObject |
10 { | 10 { |
11 Q_OBJECT | 11 Q_OBJECT |
12 | 12 |
13 CertificateList* testWithFile(const char *filename); | 13 CertificateList* testWithFile(const char *filename); |
14 QString getRandomDataFile(size_t size); | |
15 | 14 |
16 private Q_SLOTS: | 15 private Q_SLOTS: |
17 void testInvalidSig(); | 16 void testInvalidSig(); |
18 void testValidList(); | 17 void testValidList(); |
19 void testInvalidFileNames(); | 18 void testInvalidFileNames(); |