Mercurial > trustbridge
comparison ui/tests/downloadertest.h @ 48:3f8c2d46ded6
Add test for no connection handling
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 17 Mar 2014 11:20:37 +0000 |
parents | c6125d73faf4 |
children | d73a2f0170d4 |
comparison
equal
deleted
inserted
replaced
47:7e37c6033c81 | 48:3f8c2d46ded6 |
---|---|
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(); |
28 void testNoConnection(); | |
28 }; | 29 }; |
29 #endif | 30 #endif |
30 | 31 |