aboutsummaryrefslogtreecommitdiff
path: root/test/hostlist/hostlisttest.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/hostlist/hostlisttest.h')
-rw-r--r--test/hostlist/hostlisttest.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/test/hostlist/hostlisttest.h b/test/hostlist/hostlisttest.h
deleted file mode 100644
index 96051a9..0000000
--- a/test/hostlist/hostlisttest.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef HOSTLIST_TEST
-#define HOSTLIST_TEST
-
-#include "filtertree.h"
-#include <QObject>
-
-class HostlistTest : public QObject
-{
- Q_OBJECT
-
-private slots:
- void parseList();
-
- void checkRules_data();
- void checkRules();
-
- void benchmark_parse();
-
-private:
- FilterTree tree;
-};
-
-#endif