summaryrefslogtreecommitdiffstats
path: root/tests/storagetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/storagetest.cpp')
-rw-r--r--tests/storagetest.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/storagetest.cpp b/tests/storagetest.cpp
index 8e841cb..bef8755 100644
--- a/tests/storagetest.cpp
+++ b/tests/storagetest.cpp
@@ -8,11 +8,13 @@
8 8
9#include "common/storage.h" 9#include "common/storage.h"
10 10
11/**
12 * Test of the storage implementation to ensure it can do the low level operations as expected.
13 */
11class StorageTest : public QObject 14class StorageTest : public QObject
12{ 15{
13 Q_OBJECT 16 Q_OBJECT
14private: 17private:
15 //This should point to a directory on disk and not a ramdisk (since we're measuring performance)
16 QString testDataPath; 18 QString testDataPath;
17 QString dbName; 19 QString dbName;
18 const char *keyPrefix = "key"; 20 const char *keyPrefix = "key";