Mercurial > trustbridge
comparison ui/tests/downloadertest.h @ 45:c6125d73faf4
Move SSLConnection into it's own class
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 14 Mar 2014 16:40:53 +0000 |
parents | 5910bf9016cd |
children | 3f8c2d46ded6 |
comparison
equal
deleted
inserted
replaced
44:b3e8e047bc2c | 45:c6125d73faf4 |
---|---|
17 private: | 17 private: |
18 QProcess serverProc; | 18 QProcess serverProc; |
19 QTemporaryDir serverConfigDir; | 19 QTemporaryDir serverConfigDir; |
20 | 20 |
21 public Q_SLOTS: | 21 public Q_SLOTS: |
22 void downloaderError(const QString &message, Downloader::ErrorCode error); | 22 void downloaderError(const QString &message, SSLConnection::ErrorCode error); |
23 | 23 |
24 private Q_SLOTS: | 24 private Q_SLOTS: |
25 void initTestCase(); | 25 void initTestCase(); |
26 void cleanupTestCase(); | 26 void cleanupTestCase(); |
27 void testNewList(); | 27 void testNewList(); |