aboutsummaryrefslogtreecommitdiff
path: root/test/HostlistTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/HostlistTest.h')
-rw-r--r--test/HostlistTest.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/HostlistTest.h b/test/HostlistTest.h
deleted file mode 100644
index dcfd5a3..0000000
--- a/test/HostlistTest.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#include <QtTest/QtTest>
-#include "webengine/urlinterceptor.h"
-
-class HostlistTest : public QObject
-{
- Q_OBJECT
-
-private slots:
- void initTestCase();
- void parse_ruleCount();
- void parse_blockSomehost();
- void parse_blockHost2();
-
-private:
- QHash<QString, UrlRequestInterceptor::HostRule> rules;
-};