summaryrefslogtreecommitdiffstats
path: root/tests/indextest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-24 12:23:51 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-24 12:23:51 +0200
commit9cdb03ed685901b477db46be98b6e272c299b821 (patch)
treee3a3be6d5d4705b052d1b93c866e2b9cc7d44ced /tests/indextest.cpp
parent31e19575f79e42a9bbf20398539ac9a1de4dac86 (diff)
downloadsink-9cdb03ed685901b477db46be98b6e272c299b821.tar.gz
sink-9cdb03ed685901b477db46be98b6e272c299b821.zip
Documentation on what tests are supposed to test.
Diffstat (limited to 'tests/indextest.cpp')
-rw-r--r--tests/indextest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/indextest.cpp b/tests/indextest.cpp
index e3eabcc..edaf907 100644
--- a/tests/indextest.cpp
+++ b/tests/indextest.cpp
@@ -7,6 +7,9 @@
7#include "storage.h" 7#include "storage.h"
8#include "index.h" 8#include "index.h"
9 9
10/**
11 * Test of the index implementation
12 */
10class IndexTest : public QObject 13class IndexTest : public QObject
11{ 14{
12 Q_OBJECT 15 Q_OBJECT