diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-24 12:23:51 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-24 12:23:51 +0200 |
commit | 9cdb03ed685901b477db46be98b6e272c299b821 (patch) | |
tree | e3a3be6d5d4705b052d1b93c866e2b9cc7d44ced /tests/indextest.cpp | |
parent | 31e19575f79e42a9bbf20398539ac9a1de4dac86 (diff) | |
download | sink-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.cpp | 3 |
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 | */ | ||
10 | class IndexTest : public QObject | 13 | class IndexTest : public QObject |
11 | { | 14 | { |
12 | Q_OBJECT | 15 | Q_OBJECT |